This repo helps you get up and running with tailwind using vanilla html as quickly as possible. Uses vite
Clone the repo
git clone https://github.com/AndrianD/tailwind-quickstart.git
cd tailwind-quickstart
Install dependencies
npm install
Start development
# Start a server with vite
npm run dev
# Build with vite
npm run build