JSFiddle - React, Tailwind, and code Playground

by KEN73CHEN

HTML

<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<div class="w3-row">
  <div class="w3-green w3-container w3-twothird">
    <h2>w3-twothird </h2>
  </div>
  <div class="w3-container w3-third">
    <h2>w3-third</div>
</div>

CSS

body {
  height: 300px;
}