JSFiddle - React, Tailwind, and code Playground
Babel + JSX
<div className="field">
<label className="label">Full Name</label>
<div className="control">
<input className="input" type="text" name="fullname" value={this.state.fullname} onChange={this.handleChange}/>
</div>
</div>