JSFiddle - React, Tailwind, and code Playground

by asanjum

HTML

<div class="first">How puzzling all these changes are! I'm never sure what I'm going to be, from one minute to another.</div>
<div class="second">There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies and the other way is to make it so complicated that there are no obvious deficiencies.</div>
<div class="third">Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.</div>

CSS

div {
    margin: 10px 0;
}
.second {
    float: left;
    width: 250px;
    height: 150px;
    /* overflow: hidden; */
}
.third {
    // clear: left;
}