JSFiddle - React, Tailwind, and code Playground
by adamschwartz
HTML
<div><code>log</code></div>
CSS
div {
height: 144px;
width: 144px;
border-radius: 50%;
background-color: #444;
}
code {
line-height: 136px;
display: block;
text-align: center;
font-size: 56px;
color: #FFF;
font-weight: 500;
-webkit-font-smoothing: antialiased;
letter-spacing: .01em;
font-family: monospace;
}