JSFiddle - React, Tailwind, and code Playground

HTML

<img src="#" width="1000" height="500">

CSS

img {
    width: auto;
    height: 200px;
    background: #ccc;
}