JSFiddle - React, Tailwind, and code Playground

by monteslu

HTML

output:<div id="test"></div>

JavaScript

dojo.addOnLoad(function(){
    
    
    
    dojo.xhrGet({
       
        url: '/echo/json',
        load:function(resp){
            
            
        },
        error:function(resp){
            
            
        },
        handleAs: 'json',
        preventCache: true
       
    }); 
    
    
});