JSFiddle - React, Tailwind, and code Playground

by flowersinthesand

JavaScript

$.ajax("/echo/json/", {xhrFields: {withCredentials: true}})
.done(function() {
    alert("success");
})
.fail(function() { 
    alert("error");
})