JSFiddle - React, Tailwind, and code Playground
HTML
<div style="background-color: currentColor; color: red">
<div style="color: blue">
What is my color?
</div>
</div>
<div style="background-color: currentColor; color: red">
<div style="background-color: currentColor; color: blue">
What is my color?
</div>
</div>