customElements.define(yourTagName, YourComponent)
To set the default style of a web component:
<style>
To customize an existing style of the web component from the light DOM, you can: