JSFiddle - React, Tailwind, and code Playground
by alekskorovin
HTML
<div class="circular"></div>
CSS
.circular {
margin: auto;
width: 200px;
height: 300px;
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
background: url(http://cdn.bavotasan.com/wp-content/uploads/2011/02/desktop.jpg) no-repeat;
}