JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://jsonip.appspot.com/?callback=getip"></script>
JavaScript
function getip(json){
alert(json.ip); // alerts the ip address
}
<script src="http://jsonip.appspot.com/?callback=getip"></script>
function getip(json){
alert(json.ip); // alerts the ip address
}