JSFiddle - React, Tailwind, and code Playground
JavaScript
var xhr=new XMLHttpRequest();
var b = new Blob(["test"], {type: "application/octet-stream"});
xhr.open("POST", "/echo/json/");
xhr.send(b);
var xhr=new XMLHttpRequest();
var b = new Blob(["test"], {type: "application/octet-stream"});
xhr.open("POST", "/echo/json/");
xhr.send(b);