JSFiddle - React, Tailwind, and code Playground

by oroce

JavaScript

$.ajax({
    url: "/",
    success:function( data ){
        console.log( data );
    }
});