JSFiddle - React, Tailwind, and code Playground

by ShaCP

HTML

<div class="cntr">
<img src="https://illustoon.com/photo/dl/7261.png" />
<!--   <div class="box">
  </div> -->
  Text
</div>

CSS

.box {
  background-color: red;
}

.cntr {
  display: flex;
  background-color: blue;
}