<!-- Remove 'required' if the input is not mandatory in your usecase-->
<input required="required" class="input-text" type="text" placeholder="Text Input">

<input required="required" class="input-number" type="number" placeholder="Number Input">

<input required="required" class="input-password" type="password" placeholder="Password Input">