JSFiddle - React, Tailwind, and code Playground
HTML
<button class="btn">Button</button>
CSS
.btn {
background-color: Red;
}
.btn:active:focus {
outline: none;
}
<button class="btn">Button</button>
.btn {
background-color: Red;
}
.btn:active:focus {
outline: none;
}