JSFiddle - React, Tailwind, and code Playground

by António Almeida

HTML

<img src="http://i.imgur.com/WijVojG.png" class="logo" />

CSS

html {
	height: 100%;
}
body {
	background-image: url('http://i.imgur.com/yFBA71k.png');
	background-color: #eeeded;
	background-size: cover;
	background-position: center;
	margin: 0;
	height: 100%;
}
.logo {
	background-image: url();
    width: 480px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%; left: 50%;
}