JSFiddle - React, Tailwind, and code Playground

by Emily Humphrey

CSS

body{
    height: 2000px
}

JavaScript

var fileBScrollEvent = function(bang) {
    alert(bang);
}


$(window).on('scroll',function(){
    fileBScrollEvent("w")
});
//$(window).off('scroll',fileBScrollEvent);