JSFiddle - React, Tailwind, and code Playground
by Jatin Patil
HTML
<button>
<img src="http://img.informer.com/icons/png/16/3995/3995186.png" alt="" class="icon"/>
<span>OBS</span>
</button>
CSS
button img,
button span {
vertical-align: middle;
}
button{
font-weight: bold;
height: 27px;
}