JSFiddle - React, Tailwind, and code Playground

by Liu ChangFeng

HTML

<style>
  font[color] {
    color: #00F;
  }
</style>
<div>
  <font color="#F00">font tag demo</font>
</div>