Markdown Config Preview
Headings
Heading Level 1
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Paragraph
@tailwindcss/typography
The official Tailwind CSS Typography plugin provides a set of prose classes you can use to add beautiful typographic defaults to any vanilla HTML you don’t control, like HTML rendered from Markdown, or pulled from a CMS.
Blockquote
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Code
const HelloWorld = () => {
return <div>Hello World</div>;
};
export default HelloWorld;