I created a styled component
const StrikeThrough = styled(StandardText)` textDecoration: line-through; `;
and called it with children, si