JSFiddle - React, Tailwind, and code Playground

by shahrukh007

HTML

<html>
<body>
<div  >
<img style="width:10px;" class="img" src="https://picapprove.s3.amazonaws.com/05d9215b919545afb2136694a57301f7/8b20db96e2354dd08d75dc22d81a1ed2/yRDpKOkNxveG20190314.jpeg" height="100px" width="100px">
<span class="span">text</span>
</div>

</body>
</html>

CSS

.img{
  position: relative;
  text-align: center;
}
.span{
   position: absolute;
  top: 8px;
  left: 16px;
}