JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<div class="center">
  <img src="https://images.freeimages.com/images/previews/84f/canadian-flag-1444866.jpg" alt="">
</div>

CSS

html, body {
  height: 100%;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: red;
}