JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<h3>Original image :</h3>
<img src="https://friconix.com/png/fi-xwluxm-file-html-wide.png">

<h3>Height resizing (100 pixels) :</h3>
<img src="https://friconix.com/png/fi-xwluxl-file-html-wide.png" height="100">

<h3>Width resizing (50 pixels) :</h3>
<img src="https://friconix.com/png/fi-xwluxl-file-html-wide.png" width="50">

<h3>Width and height resizing :</h3>
<img src="https://friconix.com/png/fi-xwluxl-file-html-wide.png" width="200" height="150">