JSFiddle - React, Tailwind, and code Playground
HTML
<input type="submit">
<input type="button">
CSS
input[type="submit"]:hover,
input[type="button"]:hover{
background-color: red;
}
<input type="submit">
<input type="button">
input[type="submit"]:hover,
input[type="button"]:hover{
background-color: red;
}