JSFiddle - React, Tailwind, and code Playground
HTML
<div style="text-align:center;">
<form action="save_thought.php" method="post">
<input type="text" name="thought"><br>
<input type="submit" value="Submit">
</form>
</div>