JSFiddle - React, Tailwind, and code Playground
by Soviut
HTML
<div class="parent">
<div class="child">
wide
</div>
</div>
CSS
.parent {
overflow-x: auto;
}
.child {
display: inline-block;
width: 200%;
height: 20px;
background: red;
}