JSFiddle - React, Tailwind, and code Playground

HTML

<div id="Grid">Color Me</div>
<div>Ignored</div>

CSS

div[id="Grid"] {
  color: red;
}