JSFiddle - React, Tailwind, and code Playground
HTML
<div id="bg">
</div>
CSS
#bg{
background: transparent url(http://www.google.com/intl/en_ALL/images/logos/images_logo_lg.gif) no-repeat center center;
background-size: 100% 100%;
width: 300px;
height: 300px;
border: 1px solid #f00;
}