JSFiddle - React, Tailwind, and code Playground

by letanure

JavaScript

$('a').click(function(e){e.preventDefault()});$('*').hover(function(){$(this).attr('contenteditable', 'true');},function(){$(this).attr('contenteditable', 'false');})