JSFiddle - React, Tailwind, and code Playground

by chris5marsh

HTML

<div class="wrapper">

<div class="nav">Lorem</div>

</div>

CSS

.wrapper {
 padding:48px;   
}
.nav {border:1px solid #e5e5e5;width:100px;height:32px;-moz-border-radius: 8px 8px 0px 0px;-webkit-border-radius: 8px 8px 0px 0px;-khtml-border-radius: 8px 8px 0px 0px;behavior:url(../images/PIE.htc);border-radius: 8px 8px 0px 0px;}