JSFiddle - React, Tailwind, and code Playground
by forgetcolor
JavaScript
$(window).on('resize', function() {
console.log("new height is: "+$(window).height());
});
by forgetcolor
$(window).on('resize', function() {
console.log("new height is: "+$(window).height());
});