JSFiddle - React, Tailwind, and code Playground

by amitaviv99

HTML

<link rel="stylesheet" href="http://cdn.sencha.com/ext-3.2.0/resources/css/ext-all.css">
<script src="http://cdn.sencha.com/ext-3.2.0/examples/ux/MultiSelect.js"></script>

CSS

.x-boundlist-item {
    padding: 0;
}
.inner-boundlist-item {
    padding: 0 3px;
}

.red {
    background-color: rgba(255,0,0,0.2);
}
.white {
    background-color: transparent;
}

JavaScript

Ext.onReady(function () {
    
});