JSFiddle - React, Tailwind, and code Playground
by HYEONGJINKIM
JavaScript
$(window).scroll(function (e) {
var height = $(window).height();
console.log(e);
});
by HYEONGJINKIM
$(window).scroll(function (e) {
var height = $(window).height();
console.log(e);
});