**
<FroalaEditor tag="textarea" />This is the only line I'm using. i'm using froala WYSIWYG react to render rich text box My imports are ```
import "froala-editor/css/froala_style.min.css";
import "froala-editor/css/froala_editor.pkgd.min.css";
import "froala-editor/js/plugins.pkgd.min.js";
import FroalaEditor from "react-froala-wysiwyg";
**
