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)