v3-styled-components

const A = styled.div`
  font-size: 2.5em;
  &:hover {
    color: #42b883;
  }
`