JSFiddle - React, Tailwind, and code Playground
HTML
<img class="bg" src="http://www.google.com/intl/en_com/images/srpr/logo3w.png">
CSS
.bg {
height: 0;
width: 0;
padding: 35px 120px;
background-image: url('http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=3');
background-repeat: no-repeat;
}