JSFiddle - React, Tailwind, and code Playground

by ilapawar

HTML

<div class="outer">
 
</div>

CSS

div.inner{
    width: 50px;
    height:50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; 
    background-color:black;
}
div.outer   {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px; 
    background-color:red;
    background-image:url(C:\Users\ila_pawar\Desktop\User.png);
}