JSFiddle - React, Tailwind, and code Playground

by abarykin

JavaScript

fetch('https://api.jqestate.ru/v1/properties/country')
.then(response => response.json())
.then(json => document.write(JSON.stringify(json)))