JSFiddle - React, Tailwind, and code Playground

HTML

<form action="" method="get">
    <input type="text" accesskey="9" value="9">
    <select accesskey="r">
        <option>1</option>
        <option >2</option>
        <option>3</option>
    </select>
</form>