JSFiddle - React, Tailwind, and code Playground

by SO_AMK

HTML

<div class="clearfix">
    <div style="float: left;">Div 1</div>
    <div style="float: left;">Div 2</div>
</div>

CSS

.clearfix {
    display: inline-block;
    width: 100%; 
    background-color: lightblue;
}