JSFiddle - React, Tailwind, and code Playground

HTML

<div style="position: absolute; margin: 0; left: 0; bottom: 0">
    <input id="vehicles" class="button calculator large top-right-border transition" type="submit" name="submit"/>
</div>

CSS

#vehicles:hover {
    background-color: red;
}
#vehicles:focus {
    background-color: red;
}
#vehicles {
    background-color: green;
}