Buttons should always use an accessible interactive element like <a>
or <button>
.
Use <button type="submit">
for <form>
submission and <button type="button">
for on-page interactivity.
Avoid <input type="button">
where possible because it is less flexible for styling.
Group buttons with Button-Flex
class wrapper: