const JSX = (
<div>
{/* remove comment and change code below this line*/}
<h2>Welcome to React!</h2> <br />
<p>Be sure to close all tags!</p>
<hr />
{/*remove comment and change code above this line */}
</div>
);
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 4.4.2; TECNO-A7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 EdgA/45.07.2.5057.
The HTML <hr> element represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.
so it just looks like a horizontal line across the page.