From official sapper-template-rollup with TailwindCSS.
Clone this repo and cd to the directory, then run npm or yarn
npx degit dansvel/sapper-template-rollup-tailwind myproject
cd myproject
npm install # or yarn
npm run dev
Open up localhost:3000 and start clicking around.
Just check src/routes/index.svelte
and try to edit the CSS.