JSFiddle - React, Tailwind, and code Playground

by Simon Herteby

HTML

<form>
<textarea></textarea>
<button>
Submit
</button>
</form>

CSS

form {
  display: flex;
}
textarea {
  f
}