JSFiddle - React, Tailwind, and code Playground

HTML

<div class="afisha_content">
					<table>
						<tr>
							<td>asdasd</td>
						</tr>
					</table>
				</div>

CSS

.afisha {
	width: 522px;
	float: right;
}

	.afisha_content {
		width: 100%;	
	}

		.afisha_content td {
			padding-right: 100px;
			color: green;
		}