JSFiddle - React, Tailwind, and code Playground
by batrasoe
HTML
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.js"></script>
</head>
<body>
<div class="ui grid container">
<div class=" row">
<div class="eight wide mobile four wide tablet five wide computer purple column">
</div>
<div class="eleven wide computer twelve wide tablet eight wide mobile green column">
</div>
</div>
</div>
</body>