JSFiddle - React, Tailwind, and code Playground

by LuckyCat

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

JavaScript

$.getJSON('//freegeoip.net/json/', function(data) {
  console.log(JSON.stringify(data, null, 2));
});