JSFiddle - React, Tailwind, and code Playground

by allcaps

HTML

<div class="item--image-wrapper">
  <img src="http://placehold.it/350x150"><svg width="27" height="24" viewBox="0 0 27 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill-opacity=".9" fill="#1D449B" d="M0 0h27v24H0z"/><path d="M13.745 5l2.085 4.224 4.66.677-3.373 3.288.796 4.64-4.168-2.19-4.17 2.19.797-4.64L7 9.9l4.66-.676z" stroke="#FFF"/></g></svg>
</div>

CSS

*, img, svg {
  margin: 0;
  padding: 0;
}
.item--image-wrapper {
 display: inline-block; 
 width: auto;
}

svg {
  margin-left:-27px;
}