JSFiddle - React, Tailwind, and code Playground
CSS
body {
height:1000px
}
JavaScript
$( window ).scroll(function() {
alert("Hello");
})
body {
height:1000px
}
$( window ).scroll(function() {
alert("Hello");
})