JSFiddle - React, Tailwind, and code Playground
by anilkamath87
JavaScript
$(function() {
$(window).resize(foo);
});
function foo() {
alert('bar');
}
by anilkamath87
$(function() {
$(window).resize(foo);
});
function foo() {
alert('bar');
}