JSFiddle - React, Tailwind, and code Playground

by Thet Hlaing

HTML

<div class="mrBigAssWithCenter"> Center Text </div>

CSS

.mrBigAssWithCenter{
     width: 80%; 
     height:80%;
    min-height:100px;
    background:url('http://s3.wallippo.com/thumbs/300x250/black-background-metal-hole-small-0973bb47dba91f8d8959dd9e308cd3ae.jpeg') no-repeat;
    background-size:100%;
    text-align:center;
    border:1px solid #a1a1a1;
    color:#fff;
}