JSFiddle - React, Tailwind, and code Playground

by Aaron von Schassen

HTML

<img src="https://cdn.pixabay.com/photo/2015/09/14/04/19/google-939112_960_720.png" alt="">

CSS

body {
  background: purple;
  display: flex;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
  height: 100%;
}

img {
  height: 200px;
  border-radius: 100%;
  border: 10px solid white;
}