UI Issue tabbing to a button

Coded a simple form with text input and a button. Cant seem to get a focus on the button from the input field when tabbing.

Looking at the code buttons seem to be styled divs - is there a way to use elements so tabbing can be enabled?

This is a big issue for accessibility as it means you need to use the mouse to submit the form.