JSFiddle - React, Tailwind, and code Playground
by jcreamer898
HTML
<lp-component>Stuff goes here</lp-component>
CSS
lp-component {
outline: 1px solid red;
}
JavaScript
console.log(document.getElementsByTagName("lp-component"));
by jcreamer898
<lp-component>Stuff goes here</lp-component>
lp-component {
outline: 1px solid red;
}
console.log(document.getElementsByTagName("lp-component"));