JSFiddle - React, Tailwind, and code Playground
by Shirly Manor
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/cloudinary-core/2.8.0/cloudinary-core-shrinkwrap.js"></script>
<div>
<img class="cld-responsive" width="480px" data-src="https://res.cloudinary.com/bgallant/image/upload/f_auto,q_auto,w_auto/Iggy.jpg">
</div>
<footer>
<script type="text/javascript">
var cl = cloudinary.Cloudinary.new({cloud_name: "demo"});
cl.responsive();
</script>
</footer>