JSFiddle - React, Tailwind, and code Playground
HTML
<form action="mailto:[email protected]">
<label>attach</label><br />
<input type="text" name="attachment" /><br />
<label>subject</label><br />
<input type="text" name="subject" /><br />
<label>body</label><br />
<input type="text" name="body" /><br />
<input type="submit">
</form>
JavaScript
// mail (attachment does not work)