JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div style="margin: 20px 30px;font-size: 20px;">Hello World</div>

CSS

div{
    color: blue;
}