JSFiddle - React, Tailwind, and code Playground

HTML

<div style="width:500px;">
        <div style="width:150px;height:50px;background-color:black;float:left; color:white;">
        1st div
        </div>
    
        <div style="width:100px;height:100px;background-color:#0CF;float:right;">
        2nd div
        </div>
     <div style="width:50px;height:50px;background-color:#F00;float:left; clear:left;">
     3rd div
     </div>   
</div>