export const Demo = () => (
  <div style={{ padding: 20, backgroundColor: "tomato" }} />
);

# Hello, world!

<Demo />

