Property 'width' does not exist on type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>' code example
Example: Property 'for' does not exist on type 'DetailedHTMLProps, HTMLLabelElement>'.
<label htmlFor={this.props.inputId} className="input-label">{this.props.label}</label>