JSFiddle - React, Tailwind, and code Playground
by lennyekberg
HTML
<a class="foo">Red</a>
<a class="bar">Yellow</a>
<a class="foo bar">Orange</a>
<style>
a.foo { color:red; }
a.bar { color:yellow; }
a.foo.bar { color:orange; }</style>
by lennyekberg
<a class="foo">Red</a>
<a class="bar">Yellow</a>
<a class="foo bar">Orange</a>
<style>
a.foo { color:red; }
a.bar { color:yellow; }
a.foo.bar { color:orange; }</style>