JSFiddle - React, Tailwind, and code Playground

by rga4

HTML

<style style="display:block; white-space: pre;" contenteditable="">
p {
  font-size: 3vw;
}
b {
  background-color:gray; 
}
</style>

<p contenteditable="">
Text¸ <b>BOLD text</b>
</p>
<p>
another string
<br>
string3
</p>

CSS

/* style="display: block; white-space:pre;" contenteditable="" */