How can I make a textarea or a div look like this?

The circles can be detected by the cursor (for clicking, moving and so on).
Are there any jquery plugins that allows me to resize the textarea and increase the font size like in Pickmonkey?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can draw this easily enough using an HTML construct as follows:
and including these CSS classes in your stylesheet:
Making the corners and sides actually resize the textbox is a slightly larger task, so I’ll leave that to you…
UPDATE: The images are as follows: