JSFiddle - React, Tailwind, and code Playground
by tmhr1850
HTML
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script>
<div>
</div>
Babel + JSX
const a = 'aaa';
console.log(a);
by tmhr1850
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script>
<div>
</div>
const a = 'aaa';
console.log(a);