JSFiddle - React, Tailwind, and code Playground
HTML
<div class="circle">
<div style="float:left;clear:left;height:15px;width:185px">
</div>
<div style="float:right;clear:right;height:15px;width:185px"></div>
<div style="float:left;clear:left;height:15px;width:130px"></div>
<div style="float:right;clear:right;height:15px;width:130px"></div>
<div style="float:left;clear:left;height:15px;width:100px"></div>
<div style="float:right;clear:right;height:15px;width:100px"></div>
<div style="float:left;clear:left;height:15px;width:80px"></div>
<div style="float:right;clear:right;height:15px;width:80px"></div>
<div style="float:left;clear:left;height:15px;width:60px"></div>
<div style="float:right;clear:right;height:15px;width:60px"></div>
<div style="float:left;clear:left;height:15px;width:50px"></div>
<div style="float:right;clear:right;height:15px;width:50px"></div>
<div style="float:left;clear:left;height:15px;width:35px"></div>
<div style="float:right;clear:right;height:15px;width:35px"></div>
<div style="float:left;clear:left;height:15px;width:25px"></div>
<div style="float:right;clear:right;height:15px;width:25px"></div>
<div style="float:left;clear:left;height:15px;width:20px"></div>
<div style="float:right;clear:right;height:15px;width:20px"></div>
<div style="float:left;clear:left;height:15px;width:15px"></div>
<div style="float:right;clear:right;height:15px;width:15px"></div>
<div><span style="font-size: 13px;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam pede. Donec iaculis, purus at porta tristique, pede nisi rhoncus pede, non nonummy augue nunc in tortor. Nunc gravida, nisl ac tempor rutrum, risus odio pharetra eros, eu feugiat diam nisi sit amet sem. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nam quis neque at odio laoreet convallis. Class aptent taciti sociosqu ad litora torquent per conubia nostra,...
CSS
div{
border:1px solid black;
line-height:16px;
text-align:center;
}
body {
background: #399;
}
.circle {
width: 475px;
height: 475px;
border-radius: 50%;
background: #333;
color: #FFF;
}