JSFiddle - React, Tailwind, and code Playground

HTML

<div class="parent">
  <img src="http://jsfiddle.net/img/logo.png">
  <div class="child">
 The bottom of the element is aligned with the bottom of the parent element's font. The bottom of the element is aligned with the bottom of the parent element's font. The bottom of the element is aligned with the bottom of the parent element's font. 
  </div>
</div>

CSS

.img { 
   display: inline;
}
.child {
  display: inline;
}