kotlin-stdlib / kotlinx.dom / appendText appendText JS 1.4 fun Element.appendText(text: String): Element Creates text node and append it to the element. Return this element