> I will use SvelteKit, Tailwind, and... (<a href="https://www.onemonthprojects.dev/blog/post/making-25songs" rel="nofollow">https://www.onemonthprojects.dev/blog/post/making-25songs</a>)<p>Doesn't Tailwind force you to use styling (utility classes)? Otherwise every element is reset to absolutely no style, so you can't even tell if an element is a button/link/etc.<p>Because of this, I use <a href="https://v2.picocss.com" rel="nofollow">https://v2.picocss.com</a>:<p>- Allows me to prototype with truly no styling (i.e. no CSS/style tags)...<p>- Yet get a clean default style that is mobile-friendly.<p>- Easy to add styling later. (Like add Tailwind, if you wish.)<p>Example sites:<p>- <a href="https://multi-launch.leftium.com" rel="nofollow">https://multi-launch.leftium.com</a> (html source: <a href="https://github.com/Leftium/multi-launch/blob/a1ff6a69c224f862804909ec9c1952f5981dad38/src/routes/%2Bpage.svelte#L296-L413">https://github.com/Leftium/multi-launch/blob/a1ff6a69c224f86...</a>)<p>- <a href="https://tt.leftium.com" rel="nofollow">https://tt.leftium.com</a> (html source: <a href="https://github.com/Leftium/transform/blob/076d9145f9729b959ccc819938eb392eed765d60/src/routes/%2Bpage.svelte#L92-L133">https://github.com/Leftium/transform/blob/076d9145f9729b959c...</a>)<p>- <a href="https://gg.leftium.com/r/md" rel="nofollow">https://gg.leftium.com/r/md</a> (html source: <a href="https://github.com/Leftium/cloud9dancehall.com/blob/5816aace14514621ebd6b33d0b62b2ab12473b67/src/routes/(no-nav)/pretty/form/%2Bpage.svelte#L13-L48">https://github.com/Leftium/cloud9dancehall.com/blob/5816aace...</a>)