JSFiddle - React, Tailwind, and code Playground

by Emily Humphrey

JavaScript

$.getJSON('https://api.ipdata.co/1.1.1.1?api-key=a7887c05c5183a52c06a97834bf746bb0037924e54857247128966a8', function(data){
	if(data.country_code){

	} else{

	} 
});