JSFiddle - React, Tailwind, and code Playground
HTML
<div id="foo">hello foo</div>
<svg class="bar" id="bar">
<rect x="100" y="100" width="100" height="100" />
</svg>
CSS
.nav__dropdown--expand {
background: pink;
}
#navbarIcon {
fill: red;
}
#navbarIcon.foo {
fill: blue;
}