JSFiddle - React, Tailwind, and code Playground
HTML
<button class="a" type="button">
green
</button>
<button class="A" type="Button">
blue
</button>
CSS
[type="button"] {
background-color: green;
}
<button class="a" type="button">
green
</button>
<button class="A" type="Button">
blue
</button>
[type="button"] {
background-color: green;
}