JSFiddle - React, Tailwind, and code Playground

by htmlzengarden

HTML

<img src="http://dummyimage.com/500x500/000/fff" width="500" height="500" alt="" />

CSS

img
{
    max-width: 200px;
    height: auto;
}