JSFiddle - React, Tailwind, and code Playground

by AlexandrAbakumov

HTML

<div class="container">
  <div class="row">
  
  </div>
</div>

CSS

.container {
  background-color: blue;
}

.row {
  background-color: red;
  display: flex;
  height: 100px;
}