JSFiddle - React, Tailwind, and code Playground

by siliconsoul

JavaScript

$.ajax({
    url: "/echo/json/",
    type: "POST",                   
    success: function(d) {
        console.log(d);
    }
});