JSFiddle - React, Tailwind, and code Playground

by Muthu Pandian

HTML

<div id="response"></div>

JavaScript

console.log("D");
var obj = {
  "flammable": "inflammable",
  "duh": "no duh"
};
obj=JSON.stringify(obj);
document.getElementById('response').innerHTML=obj;