JSFiddle - React, Tailwind, and code Playground
JavaScript
$(document).ready(function(){
$.post('http://ip.jsontest.com/', function(o) {
alert(o.ip);
}, "json");
});
$(document).ready(function(){
$.post('http://ip.jsontest.com/', function(o) {
alert(o.ip);
}, "json");
});