JSFiddle - React, Tailwind, and code Playground

by cristianromagnoli

HTML

$.ajax({
    url: http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true_or_false,
    dataType: 'json',
    success: function(data){
       console.log(data);
    }
})