JSFiddle - React, Tailwind, and code Playground

by johnthethird

HTML

<script src="https://raw.github.com/defunkt/jquery-pjax/master/jquery.pjax.js"></script>

JavaScript

$(
  $.pjax.disable();
    $.pjax.reload({container: '[data-pjax-container]'});
)