JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unbenanntes Dokument</title>
<style type="text/css">
#wrapper {
    width:466px;
    margin:0 auto;
    
}
#oben {
    background-image: url(http://06scape.com/img/scroll/scroll457_top.gif);
    background-repeat: repeat-y;
    background-position: center;
    display: block;
    height: 50px;
    position: relative;
    top: 6px;
}
#mitte {
    background-image: url(http://06scape.com/img/scroll/scroll457t.gif);
    background-repeat: repeat-y;
    background-position: center;
}
#unten {
    background-image: url(http://06scape.com/img/scroll/scroll457_bottom.gif);
    background-repeat: repeat-y;
    background-position: center;
    display: block;
    height: 50px;
    position: relative;
    top: -6px;
}
</style>
</head>

<body>
<div id="wrapper">
  <div id="oben"></div>
    <div id="mitte">safsd fdf<br>fdgdsf<br>fdgdsf<br>fdgdsf<br>fdgdsf<br>fdgdsf<br>fdgdsf<br>fdgdsf<br>fdgdsf<br>fdgdsf<br>
    fdgdsf</div>
    <div id="unten"></div>
</div>
</body>
</html>