JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<div>
    Tom Braidie
</div>

CSS

div {
    background: bisque url(http://dummyimage.com/10x10/000/fff.png) repeat-y 130px 40px;
    height: 300px;
    width: 400px;
    box-shadow: 0 40px salmon inset;
}