JSFiddle - React, Tailwind, and code Playground

HTML

<div class="circular"><img src="http://cdn.bavotasan.com/wp-content/uploads/2011/02/desktop.jpg" alt="" /></div>

CSS

.circular {
	width: 300px;
	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;
	}

.circular img {
	opacity: 0;
	filter: alpha(opacity=0);
	}