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;
}
by jonahe
<button>
text
</button>
button {
border-style: none;
border-width: 10px;
}
button:hover {
border: 10px solid red;
}