JSFiddle - React, Tailwind, and code Playground
HTML
<span class="wrapper">
<img src="https://placekitten.com/g/400/300">
<a href="http://google.com">Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google Google </a>
</span>
CSS
.wrapper {
border: 3px solid red;
display: inline-block;
}
.wrapper img {
border: 1px solid blue;
}
.wrapper a {
display: block;
border: 1px solid green;
}