JSFiddle - React, Tailwind, and code Playground

by Mark Kimitch

HTML

<ul class="foo">
    <li>List 1</li>
    <li>List 2</li>
    <li>List 3</li>
    <li>List 4</li>
    <li>List 5</li>
    <li>List 6</li>
    <li>List 7</li>
</ul>

JavaScript

$('ul.foo').css('-moz-column-count',3).css('-moz-column-gap',20);