JSFiddle - React, Tailwind, and code Playground

by ethagnawl

JavaScript

$.when($.get('/echo/html')).then(function () {
    alert('done!');
});