JSFiddle - React, Tailwind, and code Playground
HTML
<div style="float: left"></div>
<div style="float: left"></div>
<div style="float: left"></div>
<div style="float: left"></div>
<div style="float: left"></div>
<div style="float: left"></div>
<div style="float: left"></div>
CSS
body{
border: 1px solid blue;
position: absolute;
white-space: nowrap;
}
div{
background: red;
height: 20px;
margin: 10px;
width: 200px;
}