JSFiddle - React, Tailwind, and code Playground

by Alexander Shpak

JavaScript

var xhr = new XMLHttpRequest();
xhr.open("GET", 'http://google.com', true);
xhr.onreadystatechange = ...;
xhr.send();

console.log('njknk')