JSFiddle - React, Tailwind, and code Playground
HTML
<div class="wrapper">
<img src="http://www.petscarecenter.com/wp-content/uploads/2011/05/dog.jpg" />
</div>
CSS
body {background:black; margin:100px}
img {margin:-65px 0 0 -100px}
.wrapper {height:100px; width:100px; border-radius:100px; border:4px solid white; overflow:hidden}