Using Tailwind in Svelte Apps
Svelte is a JavaScript framework like React and Vue with the difference that it runs at build time and replaces techniques like Virtual DOM diffing used by React and Vue with surgically updating the DOM when the state of you app changes.
Tailwind is ...
nefejames.hashnode.dev2 min read