JSFiddle - React, Tailwind, and code Playground
by brigand
JavaScript
const tpl = document.createElement('template');
tpl.innerHTML ='<p>hello</p>';
document.body.appendChild(tpl.content.cloneNode())
by brigand
const tpl = document.createElement('template');
tpl.innerHTML ='<p>hello</p>';
document.body.appendChild(tpl.content.cloneNode())