This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div className="bg-white rounded-xl shadow-md w-full"> | |
<div className="text-gray-700 font-bold px-2 py-4 flex justify-between"> | |
<div>title</div> | |
<button className="bg-white hover:bg-gray-100 text-gray-800 font-semibold py-1 px-4 border border-gray-400 rounded-lg shadow"> | |
Preview | |
</button> | |
</div> | |
<div className="text-gray-700 px-2 text-justify">description</div> | |
<div className="flex justify-end px-2 py-4"> | |
<div className="font-light text-xs text-purple-400 bg-gray-100 rounded-full ml-2 px-2 py-1"> |