I have created Custom elements window.customElements.define('ctl-button',CTLButton)
<ctl-button></ctl-button>
I was searching on How to add custom attribute like hidden in HTML tag.
For eg.
<ctl-button red dismiss></ctl-button>
Red - Will add red color to Background color.
Dismiss - Will hide the button after it is clicked.