JSFiddle - React, Tailwind, and code Playground

by Julien Roche

HTML

<div>
  <img...

CSS

* {
  box-sizing: border-box;
  position: relative;
}

div {
  shape-outside: ellipse(100px 200px at 50% 50%);
  width: 300px;
  height: 500px;
  float: left;
  padding-left: 50px;
  padding-top: 175px;
}