How to INSTALL Laravel and Tailwind CSS and then reduce CSS file size with Purgecss?

I create a new Laravel 5.8 application with Tailwindcss frontend and then reduce the file size wit PurgeCSS. How to install and reduce, compile css file size.
Back to Top