JSFiddle - React, Tailwind, and code Playground
HTML
Can't change color on the following characters:
<div style="font-size: 25px; color:red;">🔍</div>
<div style="font-size: 25px; color:red;">📣</div>
while some other unicode chars accept color property:
<div style="font-size: 25px; color:red;">⚙</div>
Is there any way to change color on the previous chars?