JSFiddle - React, Tailwind, and code Playground

JavaScript

$(window).resize(function(){
   if($(window).width() < 400)
       console.log("hi");
});