JSFiddle - React, Tailwind, and code Playground

by ChangJoo Park

HTML

<div id="app">
  
</div>

JavaScript

new Vue({
	el: '#app'
})