JSFiddle - React, Tailwind, and code Playground

HTML

<div>
	<span>one</span>
    <span>two</span>
    <span>three</span>
</div>

CSS

div{background-color: blue;}
span{display: inline; width: 200px; height: 200px; background-color: red; padding: 20px; margin: 20px;}

JavaScript

// change from inline to inline-block to see the result