JSFiddle - React, Tailwind, and code Playground
HTML
<section>
<h1>
A heading
</h1>
<p>
Some content
</p>
</section>
<section>
<h2>
Another heading
</h2>
<p>
Different content
</p>
</section>
<div>
<h2>
A third heading
</h2>
<p>
Some content placed in a div
</p>
</div>