let greeting = "Have a great day"; const Button = styled.button` font-size: 14px; line-height: 150%; background-color: #fff; color: #272727; padding: 6px 12px; border: solid 1px #272727; `; return ( <> <Button>Click me! please</Button> </> );