JSFiddle - React, Tailwind, and code Playground

by flowersinthesand

JavaScript

var xhr = $.ajaxSettings.xhr();
xhr.open("GET", "/echo/json/");
try {
    xhr.prop = true;
    alert("^o^");
} catch(e) {
    alert("ToT");
}