JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<div style="float: left">Content</div>
<div style="float: left">Content</div>
<div style="clear: both"></div>
</div>
CSS
div {
background-color: yellow;
}
div > div {
background-color: green;
}