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-gallery2" style="max-width:80%;margin:auto">
</div>

<script type="text/javascript">  
const myGallery2= cloudinary.galleryWidget({
  container: "#my-gallery2",
  cloudName: "shirlym",
  mediaAssets: [
    {publicId: "Dress", mediaType: "3d"}
  ]
});

myGallery2.render();
</script>