If you are using Vite React than you follow the method given below:
1.Install Tailwind CSS
open terminal and install tailwindcss
and @tailwindcss/vite
via npm
npm install tailwindcss @tailwindcss/vite
2.Configure the Vite plugin
add the tailwindcss/vite
plugin to your Vite configuration vite.config.ts