I remember spending hours trying to set up Tailwind CSS in my React project and failing, again and again.
At first, I followed the docs blindly:
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
But I kept getting error after e...