JSFiddle - React, Tailwind, and code Playground

HTML

<div class="codeview">

Kodlarınız Buraya Ekleyin.

</div>

CSS

.codeview {
margin : 15px 15px 15px 35px;
padding : 10px;
clear : both;
font-family : "Courier New", "MS Sans Serif", sans-serif, serif;
line-height:1.6;
background: url('http://3.bp.blogspot.com/_nDNgmK8FIyI/TEKte0tjVOI/AAAAAAAAAN4/UekZZxFJvlk/w2b_codeicon.gif') no-repeat scroll bottom right #EFFBF5;
border-top : 1px solid #eeeeee;
border-right : 2px solid #cccccc;
border-bottom : 2px solid #cccccc;
border-left : 1px solid #eeeeee;
}
.codeview li {
line-height : 24px;
color : #333333;
margin : 0;
padding : 0;
}