JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://rawgit.com/guillaumepotier/Parsley.js/master/dist/parsley.js"></script>
<form data-parsley-validate>
    <input type="text" />
    <input type="submit" />
</form>

JavaScript

$('form').parsley().on('form:success', function() { return false; })