JSFiddle - React, Tailwind, and code Playground

HTML

Scroll in this window please...

CSS

body {
    height: 5000px;
}

JavaScript

$(window).scroll(function() {
   alert('You just scrolled!');
});