This page is written in MDX. It supports standard Markdown with embedded Astro components.
This is an info callout rendered from an Astro component inside MDX.
This is a warning callout. MDX lets you mix Markdown and components freely.
If you can see these styled callouts, MDX is working correctly.
const message: string = "Astro + MDX + Tailwind";
console.log(message);