JSFiddle - React, Tailwind, and code Playground

by iori horigome

HTML

<script src="https://unpkg.com/[email protected]"></script>
<div id="app">
</div>
<script>
  // ロードされ、Vueがグローバル変数として定義されているか確認
  console.assert(typeof Vue !== 'undefined');

</script>