JSFiddle - React, Tailwind, and code Playground

HTML

<div id="target" style="overflow: scroll; width: 200px; height: 100px;">
  Tablets are basking in well-deserved attention and manufacturers know they need to try hard and make their devices distinct and memorable. Truly unique gadgets are hard to come by these days - especially in Honeycomb land. Which is perhaps part of the..
</div>
<div id="log">Target Div to be hidden</div>

JavaScript

$('#target').scroll(function() {   $('#log').fadeOut("slow");
 });