JSFiddle - React, Tailwind, and code Playground

by Paulpro

JavaScript

(function() {
    potato('GET', 'json.js', true, function(e) {alert(JSON.parse());$('#text').html('');$('#text').html(e);});
})();
function potato(a,b,c,d){
    if(c) d();   
}