JSFiddle - React, Tailwind, and code Playground

HTML

<div>
      <img src="http://diskuse.jakpsatweb.cz/img/logo.png">
</div>

CSS

body {
    background-color: silver;
}
div {
      width: 90px;
      height: 90px;
      border: 1px solid;
      overflow: hidden;
      border-radius: 45px;
}
img {
      margin-left: -75px;
      width: 350px;
      height: 90px;
}