JSFiddle - React, Tailwind, and code Playground
by lemissel
HTML
<div class="redondo">Jucabala</div>
CSS
.redondo {
width: 200px;
height: 200px;
color: #FFF;
background-color: #000;
border-radius: 50%;
}
by lemissel
<div class="redondo">Jucabala</div>
.redondo {
width: 200px;
height: 200px;
color: #FFF;
background-color: #000;
border-radius: 50%;
}