Now i work on kotlin-js project. And i want to Add some HTML tag in my index.html. So i want to use kotlinx.html. Is it available using kotlinx.html in kotlin-js code?
Like This one
import kotlin.browser.document
document.create.p{+"hello world}
If it isn't please let me know how to add Tag Attribute or HTML Tag using kotlin-js.