JSFiddle - React, Tailwind, and code Playground

HTML

<img src="http://placehold.it/350x150" id="test" width="350" height="150">

CSS

#test {
  max-width: 100%;
  height: auto;
}