JSFiddle - React, Tailwind, and code Playground

by Yomi Eluwande

Babel + JSX

{touched.editor && errors.editor && <p>{errors.editor}</p>}
<div className="control">
  <Field component="select" name="editor">
    <option value="atom">Atom</option>
    <option value="sublime">Sublime Text</option>
  </Field>
</div>