JSFiddle - React, Tailwind, and code Playground

HTML

<div class="b"><span id="a">123</span></div>
<div class="b"><span id="a">456</span></div>

CSS

.b{
    height:30px;
    width:30px;
}

div! > span#a { 
    background-color:red
}