Lorem ipsum dolor sit amet, consectetur adipiscing elit. This is long button text that needs to be a span so that it will wrap inline with the text around it. Sed hendrerit nisi in cursus maximus. Ut malesuada nisi turpis, in condimentum velit elementum non.
Note that using a span as a button does not fire the onclick event for Enter or Space keys. An onKeyDown event listener is needed for Enter and Space key presses to prevent their default behavior and trigger your code. Pressing the Enter or Space keys on the inline link as span above demonstrates this by triggering an alert.