const Button = styled.button` background: #f00; `; return <Button type="button">{props.label}</Button>;