JSFiddle - React, Tailwind, and code Playground
by Hemanth HM
JavaScript
document.registerElement('test-img', { prototype: { someattribute: "x" }, extends: 'img' })
var test = document.createElement("img", "test-img")
test.src = "http://h3manth.com/hemanth.hm.png"
document.body.appendChild(test)