<label for="textInput" class="sr-only">Label</label>
<input type="text" id="textInput" name="textInput" placeholder="Type here" class="" />
<label for="{{default name 'textInput'}}" class="sr-only">{{default label "Label"}}</label>
<input type="{{default input 'text'}}" id="{{default id 'textInput'}}" name="{{default name 'textInput'}}" placeholder="{{default placeholder 'Type here'}}" class="{{default classes ''}}" {{default readonly ''}} />
/* No context defined for this component. */

When labels and inputs are separated, make sure the two are connected so screen readers will know (and to keep the labels clickable!).