JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.6/standalone/umd/vis-network.min.js"></script>
<body>
<div id="app">
<network ref="network"
:nodes="nodes"
:edges="edges"
:options="options">
</network>
</div>
</body>
JavaScript
import { createApp } from 'vue'
const app = createApp({
/* root component options */
})