JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div id="hello">Hello World
<span id="desc">In here the css search only for the span within the div element</span></div>
<span id="hello">Hello World</span>

CSS

div span{
    font-size: 30px;
}