JSFiddle - React, Tailwind, and code Playground
HTML
<div id="asd">
<div id="qwe"></div>
</div>
CSS
#asd {
width:500px;
height: 500px;
background-color: black;
overflow: hidden;
}
#qwe {
width:1500px;
height: 1500px;
background-color: red;
}