I am trying to make a button look exactly like a link. Here's my progress so far:
https://i.sstatic.net/1ROf6.png
<p>Hello <a href="aoeu">how</a> are you</p>
<p>Hello <button class="btn btn-link p-0 m-0 d-inline">how</button> are you</p>
https://codepen.io/anon/pen/ZqvjyJ
Is it possible to achieve this?