JSFiddle - React, Tailwind, and code Playground
HTML
<div class="circular"></div>
CSS
.circular {
width: 300px;
height: 300px;
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
background: url("http://dev.bowdenweb.com/css/i/notorious-big-read-to-die-baby-02-300.png") no-repeat;
box-shadow: 0 0 8px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}