JSFiddle - React, Tailwind, and code Playground

by KELVIN LEE

HTML

<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">
<body>
    Testing
</body>

CSS

body {
        background-color: #D2BD97 !important;
		background-image:url('http://jsfiddle.net/img/logo.png') !important;
		background-repeat:no-repeat !important;
		background-attachment:fixed !important;
		background-position:right bottom !important; 
}