JSFiddle - React, Tailwind, and code Playground

HTML

<div class="outer">
<div class="inner">
    
</div>
</div>

CSS

.outer
{
    overflow:hidden;
}

.inner
{
    width:7000px;
    height:100px;
    background-color:blue;
}