I want to style the text assigned to the placeholder attribute and make its font size larger. How do I do this with ReactQuill?
<ReactQuill placeholder= "some fun text" onChange = {onContentChange} value={contentValue} theme="snow" style={{
height:"300px",
padding:"20px",
lineHeight:"0px",
}}/>