JSFiddle - React, Tailwind, and code Playground
by m4xout
HTML
<ul><li data-tag="berry"> <button class="not-a-button">Berry</button>
</li>
</ul>
CSS
.cc-product-filter li [data-*="berry"] button:before {
color: #dd7981; /* Berry */
}