JSFiddle - React, Tailwind, and code Playground

by Marventus

HTML

<div class="col">Texto1 texto1 texto1 texto1 texto1 texto1 texto1 texto1 texto1 texto1 texto1 texto1</div>
<div class="col footer1">Texto2 texto2 texto2 texto2 texto2 texto2 texto2 texto2 texto2 texto2 texto2 texto2</div>
<div class="col footer1">Texto3 texto3 texto3 texto3 texto3 texto3 texto3 texto3 texto3 texto3 texto3 texto3</div>
<div class="col footer2">Texto4 texto4 texto4 texto4 texto4 texto4 texto4 texto4 texto4 texto4 texto4</div>

CSS

.col {
    display:inline-block;
    width:20%;
}
.footer1 {
    display:inline;
}
.footer2 {
    display:block;
}