JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div>Example For Easy Learning</div>

CSS

div{
    display: block;
    color: red;
    text-align: middle;
}