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="80px" data-src="https://shirly-mo.mo.cloudinary.net/sample.jpg?tx=w_auto,dpr_auto">
</div>

<footer>
  <script type="text/javascript">
    var cl = cloudinary.Cloudinary.new({cloud_name: "demo"}); 
    cl.responsive();
	</script>
</footer>