JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <h3>This is a heading in a div element</h3>
  <p>This is somev element.</p>
</div>

CSS

div{
background:#ADD23F;
width:300px;
height:100px;
padding:10px;
}