JSFiddle - React, Tailwind, and code Playground

HTML

<span class="test">Blafffff</span>
<span class="test"></span>

CSS

.test
{
    display: inline-block;
  float: left;
    border: none;
    height: 30px;
    width: 120px;
    text-align: center;

    background: url("http://i.imgur.com/vYiCjoF.png") no-repeat;
}