
.MsoTableGrid{border:1px solid #000; border-radius: 10px!important;}
When using React components, there are several lifecycle
events that enables us to perform some logic on the behavior of the component.
For example, we can check when the component was mounted or when a state
variable was changed. ...