JSFiddle - React, Tailwind, and code Playground

by Qwerty_Wasd

HTML

<div>Bla-bla-bla-bla-bla-bla-bla</div>

CSS

div{
	display:table-cell;
	height:70vh;
	width:70vw;
	border:1px solid red;
	text-align:center;
	vertical-align:middle;
	background:url('http://sunveter.ru/uploads/posts/2015-07/thumbs/1437676428_37.png') center center no-repeat;
}