JSFiddle - React, Tailwind, and code Playground

by hjjunior

HTML

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

JavaScript

new Vue({
  el: "#app",
  data: {
    label: "Some label",
    text1: 'Text 1',
    text2: 'Text 2'
  }
})