JSFiddle - React, Tailwind, and code Playground
by msfrisbie
HTML
<x-foo></x-foo>
JavaScript
class FooElement {
}
customElements.define('x-foo');
by msfrisbie
<x-foo></x-foo>
class FooElement {
}
customElements.define('x-foo');