class Example extends React.Component { render() { const textareaStyle = { padding: '10px 8px', border: '1px solid rgba(39,41,43,.15)', borderRadius: 4, fontSize: 15, width: 300 }; return (