Например, банально:
<style type="text/css">
.invisible-red-line {
border-bottom: 5px solid red;
}
.white-text-on-red-bg {
background-color: red;
color: white;
}
</style>
<div class="invisible-red-line">
<span class="white-text-on-red-bg">Отзывы о нас</span>
</div>