JSFiddle - React, Tailwind, and code Playground
HTML
<div data-role="fieldcontain">
<label for="name">Text Input:</label>
<input type="text" name="name" id="name" value="" data-clear-btn="true" placeholder="Test" />
</div>
CSS
.ui-input-clear{
display:block;
}