JSFiddle - React, Tailwind, and code Playground

by iDVB

JavaScript

$.ajax({
    url: 'http://genome.klick.com/api/User/Current.json',
    dataType: 'jsonp',
    crossDomain: true
})
.done(function(data){
    console.log(data);
});