JSFiddle - React, Tailwind, and code Playground

HTML

<div style="height: 1em">
    <div style="float: left">Content</div>
    <div style="float: left">Content</div>
</div>

CSS

div {
    background-color: yellow;
}
div > div {
    background-color: green;
}