JSFiddle - React, Tailwind, and code Playground

JavaScript

var x = $.get("./", function (d, e, xhr) {
    alert(d);
});

x.abort();