JSFiddle - React, Tailwind, and code Playground

by Andrey

JavaScript

var xhr = new XMLHttpRequest();
xhr.open('GET', 'http://topdetal.com.ua/test.json', true);
xhr.onloaded = function(){
	console.log('otvet');
};
xhr.send();