JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<body>


<div id="osnova" style="height: 800px; width: 600px; background-color: green;">

<div id="levo" style="float: left; height: 300px; width: 400px; background-color: red;">СЕМЁН
</div>
<div id="pravo1" style="height: 100px; width: 200px;background-color: blue; overflow:hidden;">КРАБИКИ
</div>
<div id="pravo2" style="height: 100px; width: 200px; background-color: yellow; overflow:hidden;">НИГЕРЫ
</div>
<div id="pravo3" style="float:left; height: 150px; width: 100px; background-color: white;">МЯЧИКИ
</div>

</div>


</body>
</html>