Source Code for Setup and Install Tailwindcss v2.0 on your Wordpress Theme from CodeWithChu YouTube Channel.
This is using the default twentyseventeen wordpress theme as the base. Adding Laravel Mix as a webpack wrapper. Installing Tailwind Css v2.0 using the PostCSS 7 Compatibility build with Sass and BrowserSync
clone repo into the wordpress themes directory /wp-content/themes/
npm install
# Build for Dev
npm run dev
npm run watch
# Build for Production
npm run prod