JSFiddle - React, Tailwind, and code Playground

by cathead

HTML

<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/vue-the-mask"></script>
<div id="app">
  <the-mask mask="XXXXXXXXXX" />
</div>

JavaScript

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