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