The .kf-input class can be applied in many elements (input, select, textarea, etc...)
<!-- Input -->
<input type="text" className="kf-input" placeholder="Enter name" />
<!-- Select -->
<select className="kf-input">
<!-- Rest of the code -->
</select>