JSFiddle - React, Tailwind, and code Playground

HTML

<img class="rounded-corner" height="300" src="https://cdn2.thecatapi.com/images/obRjvWv-e.jpg"/>

<div class="rounded-corner" style="background: url(https://cdn2.thecatapi.com/images/MTY0Njk3MQ.jpg); width: 300px; height: 400px;">
</div>

CSS

.rounded-corner {
  border-radius: 0 0 70% 0;
}