This repo is my Sapper and TailwindCSS boilerplate.
npm run dev
npm run export
After trying a few suggested Tailwind/Sapper setups, I found that running two processes (one that watches for Tailwind updates, and one that builds Sapper) gave me the quickest hot-reload results.