Tailwind's Plugin typography

Latarips
Latarips

With this Tailwind plugin, we can bypass the style reset for HTML content generated, for instance, with enriched text or when we simply aim to present HTML fragments in a more semantic manner.

@tailwindcss/typography official documentation.

<article class="prose lg:prose-xl">
  {{ markdown }}
</article>
#tailwind #libraries