JSFiddle - React, Tailwind, and code Playground
by Axiniya
HTML
<a class="see-more-button" href="">Смотреть все</a>
CSS
.see-more-button {
text-decoration: none;
font-size: 12px;
font-weight: 600;
color: #4d90fe;
}
.see-more-button:hover {
border-bottom: 1px #4d90fe solid;
}