how to make a text decoration none in bootstrap code example
Example: text-decoration:none; bootstrap
<a href="#" class="text-decoration-none">Non-underlined link</a>
<a href="#" class="text-decoration-none">Non-underlined link</a>