Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
</script>
<style>
span[contenteditable=true]:hover{
background-color: #b6ff00;
border: 1 px shaded black;
}
</style>
</head>
<body>
<span id="name" contenteditable="true">Name</span>
</body>
</html> 
The most helpful CSS solutions