JSFiddle - React, Tailwind, and code Playground
by Michel Penke
HTML
<button>
Test
</button>
CSS
button {
background-color: green;
}
button:active,
button:visited,
button:target,
button:focus {
background-color: red;
}
by Michel Penke
<button>
Test
</button>
button {
background-color: green;
}
button:active,
button:visited,
button:target,
button:focus {
background-color: red;
}