const styledComponent = { width: "100vw", height: "100vw", background: "grey", }; return <div style={styledComponent}></div>;