JSFiddle - React, Tailwind, and code Playground

by mowglisanu

JavaScript

(async function a(){
var x = new Blob([new Uint8Array([0x20,0xcc,0x81,0x20])], {type:'text/plain;charset=utf-8'});
y = await x.text();
console.log(y);
})()