Is there a way to create a Box or a Paper with a title on top like this screenshot : 
I'm talking about the top lefty title portion. I tried using a Box or a Paper component but it doesn't seem like the option is there.
Thank you for the help
Copyright © 2021 Jogjafile Inc.
You can change a
Box's underlying element to afieldsetand add alegendelement as a child of the MUIBox, but you'll probably want to apply a little styling to it as MUI does not offer styled versions offieldset/legend.Renders:

Working CodeSandbox:
https://codesandbox.io/s/nostalgic-booth-09dwu7?file=/demo.js
Documentation References:
MUI Docs -
BoxAPI props (seecomponent)MDN Docs -
<fieldset>: The Field Set element