JSFiddle - React, Tailwind, and code Playground

by Henry

HTML

<div class="wrapper">
  <img src="" alt="">
</div>

CSS

.wrapper {
  text-align: center;
}
img {
  width: 200px;
  height: 300px;
}