let jumbotron = Vue.defineComponent('tailwind-jumbotron', { props: { title: String, text: String }, template: '#template-jumbotron' }); // customElements.define('tailwind-jumbotron', jumbotron)