JSFiddle - React, Tailwind, and code Playground

HTML

<div id="slide-slider">
sharmila dhinesh kumar kavin deepika haswanth viji veni sathi samarvika
</div>
<div id="create">
int mark for close
</div>

CSS

#slide-slider
{
  border: 2px solid grey;
  width:200px;
}
#create
{
  float:left;
  position:fixed;
  border:2px solid yellow;
}