JSFiddle - React, Tailwind, and code Playground

by incutonez

HTML

<div style="height: 42px">
  <div class="my-div my-div2">
    <img src="http://icons.iconarchive.com/icons/paomedia/small-n-flat/1024/sign-check-icon.png" height=30 width="auto" style="margin: 6px">
  </div>
  <div class="my-div2">BLAH</div>
</div>

CSS

.my-div2 {
  display: inline-block;
  background-color: yellow;
  vertical-align: middle;
}
.my-div {
  height: 100%;
  width: 80px;
  text-align: center;
}