JSFiddle - React, Tailwind, and code Playground

HTML

Can't change color on the following characters:
<div style="font-size: 25px; color:red;">&#128269;</div>
<div style="font-size: 25px; color:red;">&#128227;</div>

while some other unicode chars accept color property:
<div style="font-size: 25px; color:red;">&#9881;</div>

Is there any way to change color on the previous chars?