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/smiling_man.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>