Box element in Material UI by default renders div. We can pass a component property to render span.
div
component
span
<Box component="span" m="{1}"> <button /> </Box>