JSFiddle - React, Tailwind, and code Playground

by linus

HTML

<div class="outer">
    <div class="inner">
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        hello
    </div>
</div>

CSS

.outer {
    overflow: auto;
    padding: 5px;
    height: 50px;
}

.inner {
    background: blue;
    color: white;
}

JavaScript

alert($(".inner").scrollParent()[0]);