JSFiddle - React, Tailwind, and code Playground

by Andrew Bogdanov

HTML

<body>
<div id="app"></div>
<script src="https://unpkg.com/[email protected]/dist/vue.js"></script>
<script>
    new Vue({
      el: '#app'
    });
  </script>
</body>