const Button = styled.div` background-color: green; color: white; /* like scss, you can add hover effect */ &:hover { display: block; } `;