text에 밑줄을 그어주는 property
text-decoration: underline;
text-decoration-color: color;
text-decoration-thickness: size;
text-underline-offset: size;
<a href="#" class="test"> <span class="a-text"> 텍스트 아래정렬 </span> </a>