Maybe someone came here in 2024 like me, here is the code I have used with a fallback url in case there in no browser history of that window:
<a class="btn" href="javascript:window.history.back();" onclick="if(history.length === 1) { window.location.href = '/'; }">Zurück</a>
Replace / with desired URL.