JSFiddle - React, Tailwind, and code Playground

HTML

<div>This text won't need 100% width but block level takes 100% by default</div>
<div>This will render below the top div</div>

CSS

div {
    border: 2px solid #f00;
}