JSFiddle - React, Tailwind, and code Playground
HTML
<p>This is some text.</p>
<div style="background:#ddd; color:red;">
<h3>This is a heading in a div element</h3>
<p>This is some text in a div element.</p>
</div>
<div style="background:#ADD23F;">
<h3>This is another div</h3>
<h3>some text inside another div</h3>
</div>