How can I remove these bottom-line borders from these inputs? I've tried throwing some CSS on it, but unsuccessfully component -> <Input type={"text} /> ?
<Input type={"text} />
You can set the disableUnderline prop to true to hide the line below the Input:
disableUnderline
Input
<Input disableUnderline