JSFiddle - React, Tailwind, and code Playground
JavaScript
$.ajax({
url: 'http://www.example.org',
dataType: 'https://geprodoscar.blob.core.windows.net/interactions/943c9222-198a-4393-aab8-29960c9d278f_1500550373.json',
complete : function(data){
console.log(data);
},
success: function(xml){
}
});