JSFiddle - React, Tailwind, and code Playground

by anilkamath87

JavaScript

$(function() {

  $(window).resize(foo);


});


function foo() {
    alert('bar');
}