JSFiddle - React, Tailwind, and code Playground
by f1sherman
HTML
<span contentEditable="true">foo</span>
JavaScript
$('span').removeAttr('contenteditable');
by f1sherman
<span contentEditable="true">foo</span>
$('span').removeAttr('contenteditable');