Setting up production grade tailwindcss locally
" make sure ,you've installed node js"
installing tailwindcss in vs code using PostCSS
Install Tailwind CSS
npm install -D tailwindcss postcss autoprefixer
to maintain server , we will be using VITE
Start the tailwindcss ,
npx tailwindcss init
Add an Extension Provided by tailwindcss official
Now we are ready to write our very first tailwindcss with active intellisence in VSCode