JSFiddle - React, Tailwind, and code Playground

by jackrugile

JavaScript

$(window).resize(function() {
    clearTimeout(this.id);
    this.id = setTimeout(function(){
        alert('resize done, insert code here')
    }, 100);
});