I'm proud about making adaptive grid, using Tailwind However, next time, I wouldn't create a hard-coded 3x3 grid, but rather prefer create it on the go, using col-start and row-start
What challenges did you encounter, and how did you overcome them?I was struggling a lot with the TailWindCSS, after I've turned it off for the night, since I didn't add a proper watch to the input.css file. and it was working very weirdly npx tailwindcss -i ./src/input.css -o ./src/output.css --watch