JSFiddle - React, Tailwind, and code Playground

by Abdul Ahmad

HTML

<div>
  <div>
    <input />

  </div>
  <label>Error</label>
  <input />
</div>

CSS

input {
  
}