JSFiddle - React, Tailwind, and code Playground

by Shirly Manor

HTML

<script
    src="https://github.com/cloudinary/pkg-cloudinary-core/blob/master/cloudinary-core-shrinkwrap.js" 
    type="text/javascript">
</script>


<img 
    data-src="https://res.cloudinary.com/demo/image/upload/w_auto,c_scale/sample.jpg" 
    class="cld-responsive">


<script type="text/javascript">
    
</script>

JavaScript

var cl = cloudinary.Cloudinary.new({cloud_name: "demo"}); 
    // replace 'demo' with your cloud name in the line above 
    cl.responsive();