JSFiddle - React, Tailwind, and code Playground

HTML

<form method="post" action="/echo/json/"> 
<input name="json" type="submit" class="button" role="button" value='{"a":"b"}' />
</form>