p {
color: #fff;
font-size: 12px;
}
p a {
background: rgba(255, 255, 255, 0);
border-bottom: 1px solid;
color: #fff;
line-height: 1.4;
padding: .25em;
text-decoration: none;
}
p a:hover {
background: white;
color: #E1332D;
}
Сначало у элемента border-bottom: solid 1px #fff;
При наведении background:#fff; transition: all 300ms;