JSFiddle - React, Tailwind, and code Playground

by Chris Ball

HTML

<div>
		<table>
			<tr>
				<td>ColumnsDoNotAlign</td>
				<td>svvdvdv</td>
				<td>svvdvdv</td>
				<td>svvdvdv</td>
				<td>svvdvdv</td>
			</tr>
			<tr>
				<td>svvdvdv</td>
				<td>svvdvdv</td>
				<td>svvdvdv</td>
				<td>svvdvdv</td>
				<td>svvdvdv</td>
			</tr>
		</table>
	</div>

CSS

tr {
				width: 94% !important; 
				margin-bottom: 20px !important; 
				display: inline-block !important; 
				padding: 0 15px !important; 
				text-decoration: none !important; 
				border: solid 1px #AAA !important; 
				font: 18px verdana !important; 
				text-align: left; 
				-webkit-border-radius: .55em .55em .55em .55em !important; 
				-moz-border-radius: .55em .55em .55em .55em !important; 
				border-radius: .55em .55em .55em .55em !important; 
				-moz-box-shadow: inset 0 0px .9em #e8f6f9, 0 .2em .2em #888 !important; 
				-webkit-box-shadow: inset 0 0px .9em #E8FAFE, 0 .2em .2em #888 !important; 
				box-shadow: inset 0 0 .9em #E8FAFE, 0 .2em .2em #888 !important; 
				background: white !important; 
				cursor: pointer !important;
				float: left
			}