JSFiddle - React, Tailwind, and code Playground
by darkajax
HTML
<button type="submit"><img src="http://callcenter/images/AutoZone_logo.png" alt="" /></button>
CSS
button {
border-radius: 10px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#F9D835), to(#F3961C));
border: 1px solid black;
}
button:hover {
background: -webkit-gradient(linear, 0 0, 0 100%, from(#F37F00), to(#D52B1E));
}
button:active {
background: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(white));
}