JSFiddle - React, Tailwind, and code Playground

by anton4ept

HTML

<div id="wrapper">
  <div id="one"></div>
  <div id="two"></div>
</div>

CSS

#one {
  width: 300px;
  height: 300px;
  outline: 1px solid red;
}
#two {
  width: 300px;
  height: 300px;
  outline: 1px solid red;
}
#wrapper {
  display: flex;
}