return ( <button style={{ backgroundColor: "#0f0" }} onClick={props.onClick}> {props.label ?? "Default Label"} </button> );