JSFiddle - React, Tailwind, and code Playground

by shurikation

HTML

<input
  type="text"
  aria-label={labelText}
  aria-required="true"
  onChange={onchangeHandler}
  value={inputValue}
  name="name"
/>