JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.btn-test {
    width: 100px;
    height: 50px;
    background:url(http://www.paulirish.com/avatar150-scribble.png)no-repeat;
    background-color: red;
}