JSFiddle - React, Tailwind, and code Playground

by khushboo097

HTML

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<div class="row">
  <span class="col">
    <input type="text" class="disable"/>
  </span>
  <span class="col">
    <button>
      edit
    </button>
  </span>
</div>

CSS

.row{
  width: 100%;
  margin-top: 50px;
  margin-left: 30px;
}

JavaScript

var t='Hello World. Shipped to U.S on Friday.We are here .Good input'.split(/(?<=[a-z])*.\s*/gmi);
alert(t);