JSFiddle - React, Tailwind, and code Playground

by Spencer Smith

HTML

<div class="wrapper">
    <div id="one"></div>
</div>

CSS

*{padding:0px;margin:0px;background:white;}

.wrapper{
    display:block;
    background-color:whitesmoke;
}

#one{
    width:50px;
    height:50px;
    background-color:crimson;
    margin:50px;
    transform: rotate(45deg);
}

JavaScript

// Great new website nav design. Simple.