JSFiddle - React, Tailwind, and code Playground
by khamer
HTML
<a href="/" class="js-back">Go back</a>
JavaScript
$('.js-back').click(history.back);
by khamer
<a href="/" class="js-back">Go back</a>
$('.js-back').click(history.back);