JSFiddle - React, Tailwind, and code Playground

by jonahe

HTML

<button>
text
</button>

CSS

button {
  border-style: none;
  border-width: 10px;
}
button:hover {
  border: 10px solid red;
}