This is a website where through classes we can have the components stylized. These components are made in frameworks as Astro and React.
npm create astro@latest
npx astro add tailwind
npx i tailwindcss-animated
// tailwind.config.js
module.exports = {
// ...
plugins: [
require('tailwindcss-animated')
],
}