@import "tailwindcss";

@layer components {
  .input {
    @apply border rounded px-4 py-2 w-full;
  }
}
