<!DOCTYPE html>
<style>
div {
display: contents;
}
div::before {
content: "";
float: left;
overflow: scroll;
</style>
<div></div>