Added some CSS
Brought both the text editor and the markdown result boxes to the center of the page. Added word-wrap and scrolling to the markdown result. Changed the height and width for the text editor.
Used a markdown library
Installed markdown-it-vue and connected it to the contents of the textarea. It converts the markdown from the textarea in real time.