@import "tailwindcss"; h1 { @apply font-bold text-2xl; } h2 { @apply font-bold text-xl; } ul { @apply list-inside; } li { @apply list-disc; }