The .button class is typically used on <a> and <button> tags, for example:
.button
<a>
<button>
Here's a button
button-small
button-large
Button HTML examples
<button class="button">Regular button</button> <button class="button button-small">Smaller button</button> <button class="button button-large">Larger button</button>
The button class can be added to links through the TinyMCE editor using the Insert link popup window.