class HelpPopup extends HTMLElement{ constructor(){ super(); } connectedCallback(){ this.render(); } render(){ this.innerHTML = `