JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://dummyimage.com/500x500/000/fff" width="500" height="500" alt="" />
CSS
img
{
max-width: 200px;
height: auto;
}
<img src="http://dummyimage.com/500x500/000/fff" width="500" height="500" alt="" />
img
{
max-width: 200px;
height: auto;
}