JSFiddle - React, Tailwind, and code Playground
HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
</head>
<body>
<table>
<tr>
<td><input type="text" /></td>
</tr>
<tr>
<td><input type="text" /></td>
</tr>
<tr>
<td><div class="contendeditable" contenteditable="true"></div></td>
</tr>
</table>
</body>
</html>
CSS
td {
width: 33.333333%;
}