JSFiddle - React, Tailwind, and code Playground
JavaScript
Element.prototype.connectedCallback = function() {
console.log('connected', this.tagName)
}
document.body.innerHTML = "<div><h1>hello</h1></div>"
Element.prototype.connectedCallback = function() {
console.log('connected', this.tagName)
}
document.body.innerHTML = "<div><h1>hello</h1></div>"