JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test"></div>

CSS

.test{
    background-image: url("http://twitter.github.io/bootstrap/assets/img/glyphicons-halflings.png");
    width: 90px;
    height: 90px;
    background-size: 2100px 800px;
}