JSFiddle - React, Tailwind, and code Playground

by owise1

HTML

<script src="http://thepresentgroup.com/random/jEvenSteven.js"></script>
<ul>
    <li>Nav 1</li>
    <li>Nav 2</li>
    <li>Nav 3 Is Longer</li>
</ul>

CSS

ul{
  background-color:#eee;
  height:30px;
  margin:0;
  padding:5px 0 0 0;    
  width : 300px; 
}

JavaScript

$('ul').jEvenSteven();