JSFiddle - React, Tailwind, and code Playground

HTML

<button id="_btn">
  нажми меня
</button>

CSS

button:active {
  font-weight: bold;
}