JSFiddle - React, Tailwind, and code Playground
by kazu69
HTML
<table>
<tr>
<td>あああ<br>aaaa</td>
<td><input type = "text" /></td>
</tr>
</table>
CSS
input{
height:100%;
display:inline-block;
position:relative;
}
td{
border:solid green 1px;
background:pink;
padding:0
background: f00;
}