JSFiddle - React, Tailwind, and code Playground

HTML

<div>
	<img src="http://jquery.com/jquery-wp-content/themes/jquery/images/logo-jquery.png">
</div>

CSS

div	{
	background: black;
	height: 400px;
	width: 400px;
	line-height: 400px;
	text-align: center;
}
img {
	vertical-align: middle;
}