JSFiddle - React, Tailwind, and code Playground

by Emmanuel Garcia

HTML

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

CSS

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