JSFiddle - React, Tailwind, and code Playground

HTML

<button class="btn">Button</button>

CSS

.btn {
  background-color: Red;
}

.btn:active:focus {
  outline: none;
}