JSFiddle - React, Tailwind, and code Playground

by Murat Kezli

HTML

<div class="a">
<div class="sol">

</div>
<div class="sag">

</div>
</div>

CSS

.a{ width:350px; height:300px; border: 1px solid; white-space: nowrap; overflow:hidden;}
.sol{ width:100px; height:300px;  background-color:red; display: inline-block;}

.sag{ width:300px; height:300px; background-color:blue; display: inline-block;}