JSFiddle - React, Tailwind, and code Playground

HTML

<span data-favorite="a0">Color Me red</span>

CSS

[data-favorite=a0] { color: red;}

JavaScript

// as data-favorite="1", the star should appears in YELLOW, and the parent div should get a GREEN left border/