Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
div {
overflow: hidden;
border: 1px solid;
width: 20em;
}
</style>
<div id="host" contenteditable></div>
<script>
onload = () => {
host.focus();
}
</script>