JSFiddle - React, Tailwind, and code Playground

by Kaique Covo

HTML

<svg width="100" height="100">
<circle cx="50" cy="50" r="40"stroke="green" stroke-width="4" fill="yellow" />
 </svg>
<img src="http://i.stack.imgur.com/vxCmj.png"/>

CSS

img {
  position: relative;
  top: -30px;
  left: -70px;
}