JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/[email protected]/index.js"></script>
<div id="app">
<jj-logo></jj-logo>
</div>
JavaScript
Vue.use(JjComponent)
new Vue({ el: '#app' })