JSFiddle - React, Tailwind, and code Playground

by bairog

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.10.0/bootstrap-table.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.10.0/bootstrap-table.min.js"></script>
<table>
<tr>
                                <th style="text-align: center; vertical-align: middle;">
                                    дата
                                </th>
                                <th style="text-align: center; vertical-align: middle;">
                                    от
                                </th>
				 												</tr>
<tr>
    <td >2019-09-13 14:36:06</td>
		<td style="text-align: center; vertical-align: middle; white-space:pre" >
Иванов
Иван Иванович
    </td> 
  </tr>  
</table>

CSS

table { border:solid 1px; }
table tr { border:solid 1px; }
table tr th { border:solid 1px; }
table tr td { border:solid 1px; }