Hi, I'm trying to create a simple project using react and have installed tailwind css into but its not working here what i have done
. Install tailwind using vite
. Added this command
npm install tailwindcss @tailwindcss/vite
to my current folder terminal
. Than added these two
import tailwindcss from '@tailwindcss/vite'
tailwindcss(),
to the vite. config.js file
. And added this one to the index.css file
@import "tailwindcss";
``
I can't figure out why tailwind is not working
Here is the link to github repo:
https://github.com/Myragull/ReactProject
And live at:
https://myragull.github.io/ReactProject/