JSFiddle - React, Tailwind, and code Playground

by bvotcode

HTML

<div class="imageheaderandtitle">


<left> <img src="https://i.imgur.com/53uVyHF.jpg" alt="TDSI" style="width:7%;"> </left>

<h4 style="text-align:center; color: blue" id="headerfeedbackindetailscreen" > KHẢO SÁT XE 4-7 CHỖ CHẠY XĂNG HOẶC DẦU </h4>
</div>

CSS

.imageheaderandtitle img {
  float: left;
  width: 100px;
 // height: 100px;
  background: #555;
}

.imageheaderandtitle h1 {
  position: relative;
  top: 18px;
  left: 10px;
}