JSFiddle - React, Tailwind, and code Playground

by petroveg

HTML

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

CSS

.test {
	overflow: auto;
	width: 200px;
	height: 200px;
}
.inner {
	position: absolute;
	width: 600px;
	height: 600px;
	background: #69c;
}