JSFiddle - React, Tailwind, and code Playground

by Lachlan Dawson

HTML

<img src="http://lorempixel.com/400/200/" class="profile-photo">

CSS

.profile-photo {
display:block;
max-width:150px;
min-height:150px;
border-radius:50%;
margin:0 auto 30px;
}