<body>
<style contenteditable style="display: block;white-space: pre;">
* {
transition: all 0.2s;
}
html {
background: pink;
color: white;
font-size: 20px;
}
</style>
</body>