Simple layout for using Tailwindcss with Yew.
Install tailwindcss and relevant tools. Make sure node and rust is installed on your system!
npm run setup
Dev server:
npm run dev
Production:
npm run prod