As of June 2020, adding role="button" to any HTML tag would add cursor: "pointer" to the element styling.
<span role="button">Non-button element button</span>
Official discussion on this feature – https://github.com/twbs/bootstrap/issues/23709
Documentation link – https://getbootstrap.com/docs/4.5/content/reboot/#pointers-on-buttons