class HelloSayerComponent extends HTMLElement { connectedCallback() { const shadowRoot = this.attachShadow({mode: "open"}); shadowRoot.innerHTML = `