JSFiddle - React, Tailwind, and code Playground
CSS
body{
height: 2000px
}
JavaScript
var fileBScrollEvent = function(bang) {
alert(bang);
}
$(window).on('scroll',function(){
fileBScrollEvent("w")
});
//$(window).off('scroll',fileBScrollEvent);