JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <label>
    QTY
    <input type='number'>
  </label>  
</div>

CSS

label input {
   margin-left: 15px;
}