JSFiddle - React, Tailwind, and code Playground
by rigor789
HTML
<script src="https://unpkg.com/[email protected]"></script>
<div id="app"></div>
JavaScript
new Vue({
el: '#app',
render: h => h('span', ['hi'])
})
by rigor789
<script src="https://unpkg.com/[email protected]"></script>
<div id="app"></div>
new Vue({
el: '#app',
render: h => h('span', ['hi'])
})