On a webpage, a <div> with class="button" has a click event. Because a keyboard user cannot activate the click
event, this is not accessible. Typically, a keyboard user needs tab to an interactive element
such as a link or button and press the space or enter key to activate. Only using JS/JQuery,
how would you make this keyboard accessible?