JSFiddle - React, Tailwind, and code Playground
by kentaromiura
HTML
<script src="http://kentaromiura.github.io/custom-element/weakmap-shim.js"></script>
<script src="http://kentaromiura.github.io/custom-element/ce.js"></script>
<andrea-cazzone></andrea-cazzone>
JavaScript
console.log('WTF', document.registerElement('andrea-cazzone', {prototype:{
createdCallback: function(){
console.log('none')
}}
}))