JSFiddle - React, Tailwind, and code Playground

HTML

<button>Button</button>

CSS

button {
  background-color: orange;
  border: none;
}

button:hover {
  background-color: darkorange;
}