JSFiddle - React, Tailwind, and code Playground
by wesbos
HTML
<input type="text" value="hi">
<input type="text" value="change me to say hi">
CSS
input[value="hi"] {
background:red;
}
by wesbos
<input type="text" value="hi">
<input type="text" value="change me to say hi">
input[value="hi"] {
background:red;
}