JSFiddle - React, Tailwind, and code Playground
by Wagner Souza
HTML
<button>
Best
</button>
CSS
button:hover:before {
content: 'Skins';
opacity: 1;
border-radius: 3px;
font-size: 12px;
color: gray;
}
button:hover {
box-shadow: inset gray 0 1px 17px;
font-size: 0;
}
button {
background: url(http://i76.servimg.com/u/f76/18/14/02/99/highli10.png) repeat-x scroll 0 0 #E3E3E3;
border: rgb(175, 175, 175) solid 1px;
padding: 10px 40px;
border-radius: 3px;
font-size: 12px;
color: gray;
}