JSFiddle - React, Tailwind, and code Playground
by adamschwartz
HTML
<div contenteditable="true">
Click here and press down
<img src="https://static2cdn.hubspot.com/content_web/static-1.5922/img/trans.gif" class="pink" />
Can you get your cursor here? (Try pressing right)
</div>
CSS
body {
background: grey;
}
body > div {
background: white; height: 200px; width: 400px
}
.pink {
background: pink; height: 20px; width: 100%;
}