JSFiddle - React, Tailwind, and code Playground
by naveen
HTML
<script src="http://jquery-ui-form.googlecode.com/svn-history/r2/trunk/js/libs/modernizr-1.6.min.js"></script>
<div id="test">
Hello HTML5 CSS3
</div>
CSS
div#test{
height: 50px;
width: 200px;
border: 1px solid #CCC;
}
.borderradius div#test {
border-radius: 4px 4px 0 0;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
}
.no-borderradius div#test {
}