JSFiddle - React, Tailwind, and code Playground
by iLight
HTML
<a class="i-img-cont" href="#">
<img alt="" src="http://habrastorage.org/storage2/43f/497/d66/43f497d66e2cf86f84e40813ed7e1678.png"/>
</a>
CSS
.i-img-cont{width: 150px;height: 150px;text-align: center;border-radius:150px;background:#eee;float:left;margin:5px;max-width:150px;overflow:hidden;position:relative;}
.i-img-cont img{max-width:150px;max-height:150px;position:relative;}
.i-img-cont canvas{border-radius:150px;}