JSFiddle - React, Tailwind, and code Playground

by leopoldthecuber

HTML

<div>
  <img src="https://cdn-images-1.medium.com/max/307/1*Zy10ES24gQ6soFqjRNpZVg.jpeg" alt="">
</div>

SCSS

div {
  width: 200px;
  height: 200px;
  border: solid 1px black;
}
img {
  height: 200px;
  width: 200px;
  object-fit: contain;
}