JSFiddle - React, Tailwind, and code Playground

CSS

.menu a
{
    text-decoration: none;
    padding: 13px 8px 13px 10px;
    background: none no-repeat #CCC;
    background: none no-repeat, -moz-linear-gradient(#CCC, #EEE);
    background: none no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#CCC) to(#EEE));
    background: none no-repeat, linear-gradient(#CCC, #EEE);
    -pie-background: none no-repeat, linear-gradient(#CCC, #EEE);
    behavior: url(libs/PIE.php);
}
.menu a:hover
{
    color: #FFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -o-border-radius: 6px;
    behavior: url(libs/PIE.php);
}