JSFiddle - React, Tailwind, and code Playground

by audetwebdesign

HTML

<div id="a">
<div id="b">
hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
</div>
</div>

CSS

#a {
    width: 300px;
    height: 200px;
    position: relative;
    overflow: auto;
    background: gray;
}

#b {
    position: absolute;
    top: 10%;
    bottom: 10%;
    border: 1px solid yellow;
}