This repo allows you to generate Tailwind CSS' JIT build - which enables many features - without being forced to use NPM in each of your project.
Modify purge
option in tailwind.config.js
Modify css:build
and css:watch
scripts in package.json
npm run css:watch
npm run css:build
This will produce twinkle.min.css
which will be purged as per tailwind.config.js and minified by cssnano.