JSFiddle - React, Tailwind, and code Playground

by Arko

HTML

<div>
  <img src="http://placehold.it/40x40">
</div>

CSS

* {
  box-sizing: border-box;
}

div {
  padding: 15px;
  height: 50px;
}

img {
  height: 100%;
}