JSFiddle - React, Tailwind, and code Playground

by yiminghe

HTML

<script src="http://g.tbcdn.cn/kissy/k/1.4.0/seed.js" data-config="{combine:true}"></script>
<div id='t' style='width:100px;height:100px;background:red;position:absolute;left:100px;top:100px;z-index:9;'></div>
<div style='height:100px;'></div>
<div style='-webkit-transform:rotate(0);transform:rotate(0);border:1px solid red;width:100px;height:100px;' id='outer'>
	<div style='width:200px;height:200px;background:green;position:absolute;left:0;top:0;z-index:10;'></div>
</div>