My First Blog Post

Welcome to my blog! This is a sample post written in MDX.

Why MDX?

MDX allows you to use JSX in your markdown content. You can import and use React components like this:

  • Interactive: You can add charts, alerts, or any other React component.
  • Stylable: Use Tailwind CSS classes to style your content.
  • Easy to write: Standard markdown syntax still works perfectly.

Code Example

const Hello = () => {
  return <div>Hello World!</div>
}

Stay tuned for more updates!