JSFiddle - React, Tailwind, and code Playground
JavaScript
$(window).on("resize",function(){
console.log($(this).height() + " " + $(this).width());
});
$(window).on("resize",function(){
console.log($(this).height() + " " + $(this).width());
});