The above code is only a example. My original code it's working perfectly, but I would like write better.
Example of code:
<Grid container justifyContent="space-between">
  <Box display = "flex">
     <Typography> Hello World</Typography>
  </Box>
 <OthersComponents/>
 ...
</Grid>
 
     
    