JSFiddle - React, Tailwind, and code Playground
HTML
<div class="row">
<img/>
<p class="name">
hellooooooo
</p>
<h2 class="price">$2</h2>
</div>
CSS
.row
<div class="row">
<img/>
<p class="name">
hellooooooo
</p>
<h2 class="price">$2</h2>
</div>
.row