JSFiddle - React, Tailwind, and code Playground
by Adam Mendoza
HTML
<div>
<p>Quickly mesh vertical catalysts for change with market positioning data. Energistically leverage other's sticky web services rather than principle-centered resources. Assertively incentivize stand-alone models rather than cost effective imperatives.</p>
<input type="text">
<p>Dynamically exploit intermandated partnerships for professional methods of empowerment. Seamlessly iterate team building processes vis-a-vis front-end information. Intrinsicly transition intuitive infomediaries before an expanded array of imperatives.</p>
<input type="button" value="Click Me" class="right">
</div>
CSS
div {
width: 200px;
overflow: hidden;
border: 1px solid green;
}
p {
margin-bottom: 1em;
}
input.right {
float: right;
margin-right: 20px;
}