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>