innerText

fun Tag<HTMLElement>.innerText(value: String)
fun Tag<HTMLElement>.innerText(value: Flow<String>)