JSFiddle - React, Tailwind, and code Playground

by hiteshbhilai2010

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){
    }
});