JSFiddle - React, Tailwind, and code Playground
by Milan Gladiš
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>component test page</title>
<style>
body {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin: 0;
padding: 0;
background-color: rgb(153, 153, 153);
}
</style>
</head>
<body>
<vctr-viewer model="8260c055-8ed8-47aa-8bc9-b5081b601a0e" env="sanmarco"></vctr-viewer>
<vctr-viewer model="8260c055-8ed8-47aa-8bc9-b5081b601a0e" env="pisa"></vctr-viewer>
<script type="module" src="/embed/viewer/scripts/viewer.js"></script>
</body>
</html>