JSFiddle - React, Tailwind, and code Playground
HTML
<div id='container'><div id='content'>Y Div</div></div>
CSS
#container {background-color:green;
padding:10px;
height:700px;
overflow:scroll;
}
#content {background-color:yellow;
padding:10px;
height:600px;
}