Just supply your HTML tags to the Trans
component. Where the key in the component
object matches the HTML tag within your translation JSON. Modify as you see fit.
<Trans i18nKey="yourKey" components={{table: <table></table>, tr: <tr></tr>, td: <td></td>}}/>