Get-away is beautiful extension for TailwindCSS, for kick your project it is free and open source. I use it on my projects, whether it is HTML or same framework js like vueJS.
npm install
npm run build
Within the download you'll find the following directories and files:
.
|-- tailwind.config.js
|-- README.md
|-- postcss.config.js
|-- package.json
|-- LICENSE
|-- .editorconfig
|-- public
| |-- index.html
| `-- assets
| `-- css
| |-- tailwind.css
| `-- img
| |-- android-chrome-192x192.png
| |-- android-chrome-512x512.png
| |-- apple-touch-icon.png
| |-- favicon-16x16.png
| |-- favicon-32x32.png
| |-- safari-pinned-tab.svg
`-- src
|-- assets
| `-- css
| |-- tailwind.css
|-- js