All the ways to make a Web Component (native and Alpine.js) #webcomponents #alpinejs
https://webcomponents.dev/blog/all-the-ways-to-make-a-web-component/
const template = document.createElement('template');
template.innerHTML = `
<style>
* {
font-size: 200%;
}