Tailwind CSS
Official Documentation
Example
In an MDX file, you can apply Tailwind CSS classes to HTML elements. In the following example, the<div> element has the bg-blue-500 and text-white classes applied.
<div> element has the bg-blue-500 and text-white classes applied.