JSFiddle - React, Tailwind, and code Playground

by rohitazad

HTML

<a href="#">
   <span>   <!-- Span has width & height -->
   <img src="http://dummyimage.com/100x100/000/fff">
   </span>
   <span> Some text <span>
</a>

CSS

a{display:inline-block;}