JSFiddle - React, Tailwind, and code Playground

by Pradeep Shankar

HTML

<script src="http://jsonip.appspot.com/?callback=getip"></script>

JavaScript

function getip(json){
      alert(json.ip); // alerts the ip address
    }