JSFiddle - React, Tailwind, and code Playground
by Jim_Toth
CSS
div{
background-image: url('http://192.168.1.55/ndx-fonts.png');
height: 33px;
background-repeat: no-repeat;
background-size: 240px 1716px;
border-bottom: 1px solid #e9e9e9;
transition: 0.2s ease;
text-indent: -999px;
}
div:hover{
border-bottom: 1px solid #a1a1a1;
background-position-x: 4px;
}