We have several examples on the React website. Here is the first one to get you started:
function HelloMessage({ name }) {
return <div>Hello {name}</div>;
}
ReactDOM.render(
<HelloMessage name="Taylor" />,
document.getElementById('container')
);
This example will render "Hello Taylor" into a container on the page.
=======
"Lord, to whom shall we go? You have the words of eternal life. We believe and know .."
Italics - I think you should use an
<xml tag>
element here instead.
strikethrough
See Issue Title mis-aligned #1 😄