This pulls together Sapper, Svelte 3, Tailwind CSS, and PurgeCSS to create a simple starter kit for the sveltest apps ever.
To clone it and get started:
git clone https://github.com/EricPKerr/sapper-tailwindcss.git
cd sapper-tailwindcss
npm install # or yarn!
touch .env
npm run dev
Open up localhost:3000.