JSFiddle - React, Tailwind, and code Playground
HTML
<div>Первый div</div>
<div>Второй div</div>
<h1>Заголовок первого уровня</h1>
CSS
div {
border: 1px solid #000;
width: 100px;
height: 100px;
margin-right: 15px;
float: left;
}
h1{
border: 2px solid #00F;
//clear: both;
overflow: scroll;
}