JSFiddle - React, Tailwind, and code Playground

by Dan Schultz

HTML

<html>
  <head>
    <link
      rel="stylesheet"
      href="https://unpkg.com/@vertexvis/[email protected]/dist/viewer/viewer.css"
    />
    <script
      type="module"
      src="https://unpkg.com/@vertexvis/[email protected]/dist/viewer/viewer.esm.js"
    ></script> 
    <script
      nomodule
      src="https://unpkg.com/@vertexvis/[email protected]/dist/viewer.js"
    ></script> 
  </head>
 
  <body>
    <vertex-viewer id="viewer" config-env="platdev" src="urn:vertexvis:stream-key:2IiFe2v5JerkL_n-hP3-9bcx8OPwyOm2_A=="></vertex-viewer>
  </body>
</html>