bootstrap text decoration underline code example
Example 1: text-decoration:none; bootstrap
<a href="#" class="text-decoration-none">Non-underlined link</a>
Example 2: bootstrap underline
//add this class to the html element
.text-decoration-underline