The button role is for clickable elements that trigger a response when activated by the user. Adding role="button" tells the screen reader the element is a button, but does not provide other typical button functionality such as click events and keyboard handling. You can add these yourself, but you…