JSFiddle - React, Tailwind, and code Playground

by Shirly Manor

HTML

<script src="https://product-gallery.cloudinary.com/all.js" type="text/javascript">
</script>  

<div id="my-gallery" style="max-width:80%;margin:auto">
</div>

<script type="text/javascript">  
const myGallery= cloudinary.galleryWidget({
  container: "#my-gallery",
  cloudName: "shirly-assets",
  mediaAssets: [
  {publicId: "3d-models/B0BGY9SRXK_1", mediaType: "3d"},
    {tag: "5785029", mediaType: "spin"}
  ]
});

myGallery.render();
</script>