Git repository - https://github.com/rbaliwal00/academia-1.git
Following the correct steps to add tailwind to my existing project but still not working. Most of the examples are about just downloading a sample react app with vite, but there is no proper way to add tailwind to an existing project. Can someone help me add tailwind to my project.
Are you sure you have followed the 6 steps described in TailwindDocumentation?
For me, at least
postcss.config.cjs
is missing. So try runningnpx tailwindcss init -p
to initialize tailwind properly and then it should work.