JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div id="hello">Hello World</div>
<span id="desc">In this example it has the div and span element but css selects only the selector element and apply the styles.</span>
<div id="hello">Hello World</div>

CSS

div{
    font-size: 30px;
}