yarn install
yarn start
- Output HTML code:
<table class="MuiTable-root" style="width: 200px;">
<tbody class="MuiTableBody-root">
<tr class="MuiTableRow-root">
<td class="MuiTableCell-root MuiTableCell-body MuiTableCell-paddingNone">
Lorem ipsum
</td>
</tr>
</tbody>
</table>
yarn buildAndRun
- Output HTML code:
<table class="MuiTable-root" style="width: 200px;">
<tbody class="MuiTableBody-root">
<tr class="MuiTableRow-root">
<td class="MuiTableCell-root MuiTableCell-body">Lorem ipsum</td>
</tr>
</tbody>
</table>