JSFiddle - React, Tailwind, and code Playground

by anazimok

HTML

<form action="https://au.golifejourney.com/lifeJourney/feedback/submit" method="post">
  <input type="hidden" name="type" value="Other">
  <input type="hidden" name="systemInfo" value="Not available">
  <div>
    Message: <textarea name="description" rows="2"></textarea>
  </div>
  <div>
    <button>Submit</button>
  </div>
</form>