A collection of web pages and web components built in Tailwind CSS v1.x. For Tailwind CSS v0.7.4 examples, check out my other repo.
Website: https://tailwind-v1-examples.netlify.com
Screencasts: YouTube link
I'm using Nuxt.js for these examples. It easily allows me to create static pages for easy deployment to Netlify.
cd
into itnpm install
npm run dev
for development or npm run generate
to generate static pages for production.