JSFiddle - React, Tailwind, and code Playground

by gromer

HTML

<input type="text" class="readonly" readonly="readonly" value="Test" />

CSS

input.readonly {
    border: none;
}