JSFiddle - React, Tailwind, and code Playground
by Ish Kumar
JavaScript
$.ajax({
type: "GET",
dataType: "json",
url: "/echo/json/",
data: "persoon=persoon2",
async: false,
success: function(data){
alert(data);
return true;
}
});