I am using the Material Design Component as shown below
<form className="container" onSubmit={this.handleFormSubmit}>
<TextField outlined label='User Name' className="w-100 mb-1 mt-2 help-block" helperText={<HelperText>Help Me!</HelperText>}>
<Input value={this.state.userName || ''} name="userName" onChange ={this.handleInputChange} /></TextField>
<Button raised className="mr-1" type="submit">Sign up</Button>
</form>
How to display the validation error message and make the outer-border red