JSFiddle - React, Tailwind, and code Playground
by softvar
HTML
<div id="test"></div>
JavaScript
var opt = {'options' : { 'abc' : { 'def' : "value" } } };
document.getElementById("test").innerHTML = '<input type="text" name="' + opt + '" placeholder="'+ opt + '"/>';