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"></script>
<script src="https://github.com/cloudinary/pkg-cloudinary-core/blob/master/cloudinary-core-shrinkwrap.js"></script>

Hello
<img 
    data-src="https://res.cloudinary.com/demo/image/upload/w_auto,c_scale/sample.jpg" 
    class="cld-responsive" />
    
    <script type="text/javascript">
    var cl = cloudinary.Cloudinary.new({cloud_name: "demo"}); 
    // replace 'demo' with your cloud name in the line above 
    cl.responsive();
</script>