<div className="form-group">
          <label htmlFor="shippingState">State</label>
          <input type="text" className="form-control" id="shippingState" aria-describedby="shippingState" value={user.shippingState} />
        </div>