JSFiddle - React, Tailwind, and code Playground
HTML
Scroll in this window please...
CSS
body {
height: 5000px;
}
JavaScript
$(window).scroll(function() {
alert('You just scrolled!');
});
Scroll in this window please...
body {
height: 5000px;
}
$(window).scroll(function() {
alert('You just scrolled!');
});