In Morph, you can use Tailwind CSS for styling MDX. Tailwind CSS is a CSS framework that applies styles using HTML class attributes. By using Tailwind CSS, you can easily style without writing CSS directly.
Official Documentation
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.
In Morph, you can use Tailwind CSS for styling MDX. Tailwind CSS is a CSS framework that applies styles using HTML class attributes. By using Tailwind CSS, you can easily style without writing CSS directly.
Official Documentation
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.