JSFiddle - React, Tailwind, and code Playground

by seefeld

HTML

<div class="div dot">
    <div></div>
</div>

CSS

body { padding: 50px 10px; background: #ccc; }

.dot { background: url("http://rockniepodleglosci.pl/wp-content/themes/delight/images/overlay2.png") repeat;}

.div { border-radius: 10px; margin: 0 auto; padding: 6px; width: 80%; height: 350px;}
.div > div { widht: 100%; height: 100%;  background: #fff; }