Links
Links have underlines by default. To have control over the visual style of the underline it is implemented through a bottom border.
Standard links
<a href="#">dolor sit amet</a>
Links with no underline
<a class="link--no-underline" href="#">dolor sit amet</a>
Links with standard browser underline
<a class="link--standard-underline" href="#">dolor sit amet</a>
External links
No additional markup is required for external links. Styling is based on url.
<a href="https:// | http:// | //">dolor sit amet</a>