JSFiddle - React, Tailwind, and code Playground
JavaScript
$.ajax('http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20location%3D12840274&format=json', {
dataType: 'jsonp',
crossDomain:true
}).success(function(resp) {
console.log(resp);
});