JSFiddle - React, Tailwind, and code Playground

by 3rror404

HTML

<div>
  <img src="https://placehold.it/400x400">
</div>

CSS

div {
  width: 80%;
  border: 5px solid orange;
}

img {
  max-width: 100%
}