JSFiddle - React, Tailwind, and code Playground
by kiokotzu
HTML
<div class="servicio">
<div class="over"></div>
</div>
CSS
.servicio {
width: 200px;
background:red;
height: 200px;
border-radius: 50%;
background:url('http://repositorio.imaginamos.com/DG/ikono/assets/img/hacemos/200_195_hacemos_1.png') 0 0 no-repeat #161613;
border: solid 5px #cbce14;
overflow:hidden;
}
.over {
width: 200px;
height: 300px;
background: #9d9f04;
margin-top: 150px;
}