const WarningBox = styled.div` background-color: #ffeb8a; color: #ff784e; padding: 10px; border: 1px solid #ff784e; border-radius: 4px; `; return <WarningBox>{props.children}</WarningBox>;