JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test">
<img src="http://via.placeholder.com/350x150">
</div>

CSS

.test {
  background-color: orange;
  width: 700px;
  height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}