JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
CSS
.container {
height: 210px;
white-space: nowrap;
float:left;
clear: right;
overflow: auto;
}
.container div {
width: 200px;
height: 200px;
border: 1px solid black;
float: left;
}