JSFiddle - React, Tailwind, and code Playground

HTML

<section><div><img src="http://www.gettyimages.ie/license/165693915"></div></section>

CSS

body {
  padding: 0;
  margin: 0;
}

section {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  border: solid #c00 1px;
  text-align: center;
}

div {
display: table-cell;
  vertical-align: middle;
}

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