JSFiddle - React, Tailwind, and code Playground

by KURO KUMO

HTML

<div class="circle">
    <p>1月20日</p>
    <p>日更新</p>
</div>

CSS

.circle {
    width:44px;
    height:44px;
    border-radius:30px;
    font-size:8px;
    color:#fff;
    line-height:8px;
    padding: 5px;
    text-align:center;
    background:#009add;
}