@tailwind base; @tailwind components; @tailwind utilities; /* for innerHTML articles */ article p { @apply mt-5; @apply indent-4; } article h3 { @apply mt-8; } article h3 { @apply text-2xl text-orange-600; } article a { @apply text-orange-300 hover:underline border-orange-300 duration-300; }