courses
courses copied to clipboard
No need to import Tailwind twice
See https://tailwindcss.com/docs/guides/nextjs#include-tailwind-in-your-css
You've imported it twice once using import 'tailwind/tailwind.css'; & next time using @tailwind. If you check the docs above, it only has to be imported once in either way.
Personally, I prefer using @tailwind so I can add other styles not yet supported by Tailwind.
You can change the Tailwind part on → https://jonmeyers.io/blog/tech-stack-and-initial-project-setup
Nice write up btw 👏