JSFiddle - React, Tailwind, and code Playground
by trkli
JavaScript
$.get("https://ipinfo.io", function(response) {
console.log(response.ip, response.country);
}, "jsonp")
by trkli
$.get("https://ipinfo.io", function(response) {
console.log(response.ip, response.country);
}, "jsonp")