JSFiddle - React, Tailwind, and code Playground
HTML
<div class="afisha_content">
<table>
<th>
<td>asdasd</td>
</th>
</table>
</div>
CSS
.afisha {
width: 522px;
float: right;
}
.afisha_content {
width: 100%;
}
.afisha_content table th td {
padding-right: 100px;
color: green;
}