JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div id="hello">Hello World</div>
<span id="desc">In this HTML we have div element and span element. * selector applies there property for all the elements in HTML.</span>

CSS

*{
    font-size: 30px;
}