JSFiddle - React, Tailwind, and code Playground
HTML
<style>
font[color] {
color: #00F;
}
</style>
<div>
<font color="#F00">font tag demo</font>
</div>
<style>
font[color] {
color: #00F;
}
</style>
<div>
<font color="#F00">font tag demo</font>
</div>