Here is my code
const templateOne = <div>
<h1>{app.heading}</h1>
<p>{app.subHeading}</p>
<ol>
<li>Item One</li>
<li>Item Two</li>
</ol>
<form>
<input type="text"></input>
<buttton>addOptions</buttton>
</form>
</div>
ReactDom.render(templateOne, document.getElementById('root))
Then I got the warning i.e react-dom.development.js:82 Warning: The tag is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter in buttton,in form,in div