JSFiddle - React, Tailwind, and code Playground

HTML

<div class="flex">
  <img src="https://www.google.ru/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
</div>

CSS

.flex {
  display: flex;
  width: 272px;
  background: #000;
}
img {
  flex-basis: 150px;
}