Input
The input component is used to collect user information or related data in the form of text.
<input type="text" placeholder="First Name" class="input-field"/>
<input type="text" placeholder="Last Name" class="input-field bg-gray"/>