JSFiddle - React, Tailwind, and code Playground

by Pritesh Patel

HTML

<div class="row">
  <img/>
  <p class="name">
 hellooooooo
  </p>
  <h2 class="price">$2</h2>
  
</div>

CSS

.row