JSFiddle - React, Tailwind, and code Playground
by ovfiddle
HTML
<style>
div #content {color:blue;}
#container span {color:red;}
</style>
<div id="container"><span id="content">Hello world!</span></div>
by ovfiddle
<style>
div #content {color:blue;}
#container span {color:red;}
</style>
<div id="container"><span id="content">Hello world!</span></div>