JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container">
    Hello world text
</div>

CSS

#container {
    background: red;
    width: 120px;
    margin-left: auto;
}