How to Install Tailwind CSS Using Vite
For this project, I'm using vite framework
Create your project
Start by creating a new Vite project if you don’t have one set up already. The most common approach is to use create Vite
npm create vite@latest my-project
cd my-project
Install Ta...
pawanblog.hashnode.dev1 min read