JSFiddle - React, Tailwind, and code Playground

by mannemvamsi

HTML

<div style="height:100px;width:100px;border:1px solid gray;position:relative;margin:240px;">
    <div style="height:100px;width:100px;background-color:red;border-radius:100px;">
    </div>
    <div style="position:absolute;top:40%;text-align:center;width:100%;">
        Sam
    </div>
</div>