@tailwind base; h1, h2 { @apply font-semibold } input, textarea { @apply mt-1 p-2 w-full border border-gray-400 } input[type=submit] { @apply w-full; @screen sm { @apply w-auto } } @tailwind components; @tailwind utilities;