JSFiddle - React, Tailwind, and code Playground
HTML
<div id="parent" style="height: 300px; width: 300px; overflow: scroll">
<div style="height: 500px; width: 500px">
Hello
</div>
</div>
JavaScript
$(document).delegate('*', 'scroll', function () { $(this).html('Bye') });