JSFiddle - React, Tailwind, and code Playground

by Nilesh Injulkar

HTML

<html>
  <body>
    <div class="codeview">
 
      this is code<br/>
      asdfaf

</div>
  </body>
</html>

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: #0099CC;
border-top : 1.5px solid #eeeeee;
border-right : 3px solid #cccccc;
border-bottom :3px solid #cccccc;
border-left : 1.5px solid #eeeeee;
}
.codeview li {
line-height : 24px;
color : #333333;
margin : 0;
padding : 0;
}