A Svelte template with Tailwind CSS, with branches for Rollup and webpack. To clone it and get started:
# for Rollup
npx degit Axelen123/svelte-tailwind-template#rollup my-app
# for webpack
npx degit Axelen123/svelte-tailwind-template#webpack my-app
cd my-app
npm install # or yarn!
npm run dev
Open up localhost:5000 (or localhost:8080 if using webpack)