JSFiddle - React, Tailwind, and code Playground

HTML

<div id="foo%bar">test</div>

<div id="bar%baz">test</div>

CSS

#foo%bar {
    color:red
}

[id*="bar"][id*="baz"] {
    color:red
}