JSFiddle - React, Tailwind, and code Playground

by bg100

HTML

<script src="http://underscorejs.org/underscore.js"></script>

JavaScript

$(function () {
   
    _.debounce(function () { alert("test"); }, 2000);
    
});