JSFiddle - React, Tailwind, and code Playground
by Nic Fontaine
HTML
<pre id="pre"></pre>
JavaScript
const obj = '{"days": ["Sunday",]'
const pre = document.getElementById("pre")
pre.innerHTML = JSON.stringify(obj)
by Nic Fontaine
<pre id="pre"></pre>
const obj = '{"days": ["Sunday",]'
const pre = document.getElementById("pre")
pre.innerHTML = JSON.stringify(obj)