npm install
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm run dev
Add you all changes:
git add .
Commit your changes with a message :
git commit -m "write what you changes here"
Push you changes to branch:
git push -u origin <branch-name>