A simple repo of how to setup Tailwind with Webpack 4 + TailwindCSS + PostCSS
git clone https://github.com/ParamagicDev/tailwind-example.git
cd tailwind-example/
npm install
npm run dev:watchThis will open up localhost:8080.
To make changes, simply edit ./dist/index.html and add tailwind classes.