A Statamic front-end scaffolding preset for Tailwind CSS.
In a fresh install of Statamic 3, run the following commands.
composer require statamic/preset-tailwindcss
# For a clean install
php artisan preset tailwindcss-clean
# To add to your current resources
php artisan preset tailwindcss
npm install && npm run dev