JSFiddle - React, Tailwind, and code Playground

HTML

<div style="height:400px;-moz-column-width:200px; -webkit-column-width:200px; -ms-column-width:200px;">
                <div style="background-color:blue; height: 200px; width:180px;"></div>
                <div style="background-color:red; height: 200px; width:180px;"></div>
                <div style="background-color:green; height: 200px; width:180px;"></div>
            </div>