JSFiddle - React, Tailwind, and code Playground
by nosir
HTML
<div style="float:left; width: 200px; height:200px;"></div>
<div style="float:left; width: 200px; overflow:auto;zoom:1">
<div style="width: 100px; height:100px;"></div>
<div style="width: 100px; height:100px;"></div>
<div style="width: 100px; height:100px;"></div>
</div>
CSS
div {
margin: 10px;
border: 1px solid #333;
}