Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Render HTML from a component

Let's create our first component and try to render some HTML to it (actually is JSX, a mixed version between JavaScript and HTML as we will find out later).

Inside the MyHeading  component we will try to render some HTML. We need the render function for that. By default the render function should return a JSX structure, that will be compiled to HTML at the end.