Why use this over SvelteKit?
This webpage was helpul for setting up tailwind with vanilla svelte (not SvelteKit). One note is that the use of purge in tailwind.config.js is depreciated. Use content: ['./src/**/*.{html,js,svelte,ts}'] instead.