You can write JSX and use React components within your Markdown thanks to MDX.
export const Highlight = ({children, color}) => ( <span style=>{children}</span> );
and Facebook blue are my favorite colors.
I can write Markdown alongside my JSX!