JSFiddle - React, Tailwind, and code Playground

by tomprogramming

HTML

<div class="modify">

</div>

CSS

.modify {
 margin:10px;
padding:10px;
 -webkit-user-modify:read-write;  
border:1px dashed red;
 outline:none;   
}

JavaScript

document.execCommand("styleWithCSS", true);