JSFiddle - React, Tailwind, and code Playground

HTML

<a class="image" href="#" alt=""></a>

CSS

.image {
    background: url("http://oi40.tinypic.com/20ifedj.jpg") no-repeat;
    width: 300px;
    height: 100px;
    float: left;    
}
.image:active {
    background-position: 0 -100px;
}