JSFiddle - React, Tailwind, and code Playground
by ThiefMaster
HTML
<div class="test-1"><a class="work">test content</a></div>
CSS
div[class^="test-"] a.work { color: red; }
by ThiefMaster
<div class="test-1"><a class="work">test content</a></div>
div[class^="test-"] a.work { color: red; }