<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
.comment {
width: 40%;
height: 100px;
padding: 10px;
background-image: url("/uploads/media/default/0001/01/a1d4caa225542c577689287a36f4209808b08c19.jpeg");
font: 1.4em/1.6em cursive;
color: #095484;
}
</style>
</head>
<body>
<form action="/form/submit" method="POST">
<textarea class="comment"> Type your comment here.</textarea>
<br>
<input type="submit" name="submit" value="Send">
</form>
</body>
</html>