JSFiddle - React, Tailwind, and code Playground

JavaScript

$.get("http://ipinfo.io", function(response) {
            alert(response.ip);
        }, "jsonp");