JSFiddle - React, Tailwind, and code Playground

HTML

<div id="bestellung_form">
	<form id="form_bestellung" action="<?php $_SERVER['SCRIPT_NAME']; ?>" method="post">
	<table border=1>
		<tr><th>BestellID</th>
			<th>Kundennummer</th>
			<th>Artikeluebersichtsnummer</th>
			<th>Betrag</th>
			<th>Zahlungsart</th>
			<th>Versandart</th>
			<th>Bestelldatum</th>
			<th>Bestellstatus</th>
		</tr>
    </table>
    </form>
    </div>

JavaScript

$("#bestellung_form").hide()

});