JSFiddle - React, Tailwind, and code Playground

by joepenzo

HTML

<a class="playbtn"></a>

CSS

.playbtn {
    background-image: url(http://joepsuijkerbuijk.com/development/img/audioplayer-bollingtest.jpg);         
    background-repeat: no-repeat;
    
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    
    border: 0;
    z-index: 1;
    position: relative;
    display: block;
    width: 51px;
    height: 58px;
    float: left;
    
    cursor:pointer;
}

.playbtn:hover {
    background-position: 0 -58px;
}