@import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; h1 { @apply text-4xl; } h2 { @apply text-2xl; } h3 { @apply text-xl; }