const Button = styled.button` background: #f00; `; console.log("forwarded ref", forwardedRef); return <Button type="button">{props.label}</Button>;