I'm kind of confused,
I need to have two actions when onClick this {this.startTextHandler} and an alert when click
<Form.Item>
{/* <button onClick={this.startTextHandler} className="psButton">START THE TEST</button> */}
<Button onClick={this.startTextHandler} text="START THE TEST" />
</Form.Item>