JSFiddle - React, Tailwind, and code Playground

by kougiland

HTML

<figure class=me>
<img src="http://www.android-guru.de/content/attachments/1439-google-tv-logo-jpeg.html?cid=18">


</figure>

CSS

figure.me{
 width:150px;
height:150px;
 background:black;   
 border-radius:20%;
}

figure.me img{
margin:10%;
 background:white;   
 width:80%;
height:80%;
 overflow:hidden; 
border-radius:20%;
box-shadow:0 0 4px silver;   
}