text Area
fun ElementCreator<Element>.textArea(attributes: Map<String, JsonPrimitive> = emptyMap(), rows: Int? = null, cols: Int? = null, required: Boolean? = null, initialValue: String? = null, new: ElementCreator<TextAreaElement>.(TextAreaElement) -> Unit? = null): TextAreaElement(source)
fun ElementCreator<Element>.textArea(attributes: Map<String, JsonPrimitive> = emptyMap(), new: ElementCreator<TextAreaElement>.(TextAreaElement) -> Unit? = null): TextAreaElement(source)
https://www.w3schools.com/tags/tag_textarea.asp