JSFiddle - React, Tailwind, and code Playground

HTML

<img id="test" />

JavaScript

setTimeout (function () {
    // Set timeout because the string below is huge, and didn't want to put the code below it
    document.getElementById('test').src='data:image/png;base64,' + a;
}, 0)

var a =...