JSFiddle - React, Tailwind, and code Playground

by terrasoft

HTML

<div></div>

CSS

div {
    
    background: url('http://fisherarnold.v2memphis.com/base/images/editsprites.png') 19px 0;
    
    height: 16px;
    
    width: 16px;
    
}
    
    div:active {
        
        background-position: 19px -32px;
        
    }