Tailwind
TailwindCSS is a CSS framework which uses semantic classnames in place of traditional styles.
Installation:
shell
# If not using Astro
yarn add -D tailwindcss
yarn tailwindcss init
# If using Astro
yarn astro add tailwind