JSFiddle - React, Tailwind, and code Playground
by AndyE
CSS
body { white-space: pre; font-family: monospace; }
JavaScript
var obj = {"hello":"world", "Test":["hello"]}
document.body.innerHTML = "";
document.body.appendChild(document.createTextNode(JSON.stringify(obj, null, 4)));