<script src="https://cdn.tailwindcss.com"></script>
<style type="text/tailwindcss">
@layer base {
  p {
    @apply text-base text-gray-800;
  }

  a {
    @apply text-blue-600 hover:text-blue-700;
  }

  strong {
    @apply font-bold;
  }

  h1 {
    @apply text-3xl font-bold;
  }

  /* További h2-h6 stílusok */
}
  </style>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.