JSFiddle - React, Tailwind, and code Playground
by Shirly Manor
HTML
w_300:<br/>
<img src="https://res.cloudinary.com/shirly/image/upload/w_300,c_scale/shirt.jpg"
<br/>
w_300,e_sharpen:<br/>
<img src="https://res.cloudinary.com/shirly/image/upload/w_300,c_scale,e_sharpen/shirt.jpg" alt=""><br/>
h_35,dpr_2.0:<br/>
<img src="https://res.cloudinary.com/shirly/image/upload/w_300,c_scale,dpr_2/shirt.jpg" alt="" height=300><br/>
h_35,e_sharpen,dpr_2.0:<br/>
<img src="https://res.cloudinary.com/shirly/image/upload/e_sharpen,dpr_2,w_300,c_scale/shirt.jpg" alt="" height=300>
<hr/>
Original - Without any transformation<br/>
<img src="https://res.cloudinary.com/shirly/image/upload/shirt.jpg" alt="" height=300><br/>