const Container = styled.div` height: 500px; `; return ( <Container> <MonacoEditor path={"test"} language={"json"} /> </Container> );