JSFiddle - React, Tailwind, and code Playground

by klierik

HTML

<div class="Launcher">
  <img src="https://picsum.photos/200/300">
</div>

CSS

.Launcher {
  width: 100px;
}

img {
  width: 100%;
  height: auto;
}