JSFiddle - React, Tailwind, and code Playground
by Dineshkani
HTML
<div>Example For Easy Learning</div>
CSS
div{
display: block;
color: red;
text-align: middle;
}
by Dineshkani
<div>Example For Easy Learning</div>
div{
display: block;
color: red;
text-align: middle;
}