JSFiddle - React, Tailwind, and code Playground

by Tintu Raju

HTML

<div class="circle">Hello I am A Circle </div>

CSS

.circle {
    width: 146px;
    height: 147px;
    border-radius: 101px;
    font-size: 50px;
    color: #fff;
    line-height: 500px;
    text-align: center;
    background: #000;
}