JSFiddle - React, Tailwind, and code Playground

by yijiang

HTML

<div id="outer">
    <div></div>
</div>

CSS

#outer {
    height: 200px;
    overflow: auto;
    width: 200px;
}

#outer div {
    height: 101%;
}