JSFiddle - React, Tailwind, and code Playground
JavaScript
var xhr = new XMLHttpRequest();
xhr.open("GET", 'http://google.com', true);
xhr.onreadystatechange = ...;
xhr.send();
console.log('njknk')
var xhr = new XMLHttpRequest();
xhr.open("GET", 'http://google.com', true);
xhr.onreadystatechange = ...;
xhr.send();
console.log('njknk')