I would like the output to look like this:
stephen
peter
ben
but with the 'e' characters having a background colour. Is this possible using the below code and some javascript?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div>
stephen
<p id="demo">peter</p>
ben
</div>
<script>
</script>
</body>
</html>