const Father = styled.div` display: flex;` const Box = styled.div` background-color: ${(props) => props.bgColor}; //receiving props from JSX width: 100px; height: 100px; display: flex; justify-content: center; align-items: center;` ...
hodlbaek.hashnode.dev1 min readNo responses yet.