text align material ui code example
Example: text align top material ui
<TableCell colSpan={2} align="center" style={{ verticalAlign: 'top' }} >
<Typography variant="h5" gutterBottom >
Task
</Typography>
</TableCell>
<TableCell colSpan={2} align="center" style={{ verticalAlign: 'top' }} >
<Typography variant="h5" gutterBottom >
Task
</Typography>
</TableCell>